Skip to content

Commit

Permalink
improve consistency of data source
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Jul 25, 2024
1 parent 0df6121 commit 448ad08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_token(self, email, password, server="https://my.farm.bot"):

token_data = self.api.get_token(email, password, server)

self.token = token_data
self.token = self.api.api_connect.token
self.error = self.api.api_connect.error

# Set broker tokens
Expand Down

0 comments on commit 448ad08

Please sign in to comment.