Skip to content

Commit

Permalink
Merge pull request #8 from rjojjr/TODO-6
Browse files Browse the repository at this point in the history
rename model prop in python client - rk
  • Loading branch information
rjojjr authored Sep 28, 2024
2 parents 39b34f0 + cc75933 commit e57c1fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class TaskLock:
def __init__(self, api_response: dict, release: Callable):
self.task_name = api_response['taskName']
self.context_id = api_response['contextId']
self.isLocked = api_response['isLockAcquired']
self.is_locked = api_response['isLockAcquired']
self.release = release

0 comments on commit e57c1fc

Please sign in to comment.