mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix variable naming
This commit is contained in:
parent
82d05de4e7
commit
b4af796288
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class StartTimer(BaseAction):
|
|||
"User where username is \"{}\"".format(self.session.api_user)
|
||||
).one()
|
||||
|
||||
user.start_timer(task, force=True)
|
||||
user.start_timer(entity, force=True)
|
||||
self.session.commit()
|
||||
|
||||
self.log.info(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue