Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Lykke committed Aug 14, 2023
1 parent dd10fbd commit 5d1f647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NativeAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def __command(self, command, post=None, data=None, dashboard=None, accept='appli
return jr
return r

def __init__(self):
def __init__(self, credentials: Credentials):
self.__session = requests.Session()
self.__credentials['user'] = credentials.username
self.__credentials['password'] = credentials.password
Expand Down

0 comments on commit 5d1f647

Please sign in to comment.