Skip to content

Commit

Permalink
Merge pull request #34 from hhslepicka/fix/define_implementation
Browse files Browse the repository at this point in the history
FIX: Invoke define implementation during from_sys_args
  • Loading branch information
hhslepicka authored Feb 21, 2024
2 parents da9b1aa + 0956d67 commit c0b8961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions botcity/maestro/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def from_sys_args(cls, default_server="", default_login="", default_key=""):
maestro.access_token = token
maestro.organization = organization
maestro.task_id = task_id
maestro._define_implementation()
else:
maestro = cls(
server=default_server,
Expand Down

0 comments on commit c0b8961

Please sign in to comment.