mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix closing bracket
This commit is contained in:
parent
947ecfd918
commit
6bbd48e989
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ class TrayManager:
|
||||||
},
|
},
|
||||||
"installer_version": os.getenv("AYON_VERSION"),
|
"installer_version": os.getenv("AYON_VERSION"),
|
||||||
"running_time": time.time() - self._start_time,
|
"running_time": time.time() - self._start_time,
|
||||||
}))
|
})
|
||||||
|
|
||||||
def _on_update_check_timer(self):
|
def _on_update_check_timer(self):
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue