mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
call print report on start
This commit is contained in:
parent
ae4b946d2d
commit
2dec29ad3e
1 changed files with 3 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue