mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 17:31:55 +00:00
feat(backend): log our version on startup
This commit is contained in:
@@ -185,6 +185,8 @@ def main():
|
|||||||
# Append the system and user python paths
|
# Append the system and user python paths
|
||||||
sys.path.extend(get_system_pythonpaths())
|
sys.path.extend(get_system_pythonpaths())
|
||||||
|
|
||||||
|
logger.info(f"Starting Decky version {get_loader_version()}")
|
||||||
|
|
||||||
loop = new_event_loop()
|
loop = new_event_loop()
|
||||||
set_event_loop(loop)
|
set_event_loop(loop)
|
||||||
PluginManager(loop).run()
|
PluginManager(loop).run()
|
||||||
|
|||||||
Reference in New Issue
Block a user