mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix attr initialization
This commit is contained in:
parent
5631fb66a7
commit
54b8719b76
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ class TimersManagerModuleRestApi:
|
|||
happens in Workfile app.
|
||||
"""
|
||||
def __init__(self, user_module, server_manager):
|
||||
self.log = None
|
||||
self._log = None
|
||||
self.module = user_module
|
||||
self.server_manager = server_manager
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue