mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed unused variable
This commit is contained in:
parent
2cfe2e1393
commit
0318a5c35c
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ def main(args):
|
|||
|
||||
sock.sendall(b"CreatedProcess")
|
||||
try:
|
||||
clockify_result = clockify_module_registration()
|
||||
clockify_module_registration()
|
||||
except Exception:
|
||||
log.info("Clockify registration failed.", exc_info=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue