call print report on start

This commit is contained in:
iLLiCiTiT 2020-12-29 11:31:19 +01:00
parent ae4b946d2d
commit 2dec29ad3e

View file

@ -55,6 +55,9 @@ class TrayManager:
# Tell each module which modules were imported
self.modules_manager.start_modules()
# Print time report
self.modules_manager.print_report()
def _add_version_item(self):
subversion = os.environ.get("PYPE_SUBVERSION")
client_name = os.environ.get("PYPE_CLIENT")