feat(backend): log our version on startup

This commit is contained in:
K900
2023-11-14 10:27:11 +03:00
committed by AAGaming
parent e2ade0d731
commit 3565c3c9b4
+2
View File
@@ -185,6 +185,8 @@ def main():
# Append the system and user python paths
sys.path.extend(get_system_pythonpaths())
logger.info(f"Starting Decky version {get_loader_version()}")
loop = new_event_loop()
set_event_loop(loop)
PluginManager(loop).run()