mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Log Anki version at startup
Useful for confirming running version when debugging startup problems
This commit is contained in:
parent
c9e0469f60
commit
bc48eb4595
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ def write_profile_results() -> None:
|
||||||
|
|
||||||
|
|
||||||
def run() -> None:
|
def run() -> None:
|
||||||
print("Preparing to run...")
|
print(f"Starting Anki {_version}...")
|
||||||
try:
|
try:
|
||||||
_run()
|
_run()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Reference in a new issue