From 448ad08e6b250a88c1b4e953f0c456c56c9512ac Mon Sep 17 00:00:00 2001 From: gabrielburnworth Date: Thu, 25 Jul 2024 11:16:03 -0700 Subject: [PATCH] improve consistency of data source --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6218bc6..dab9d49 100644 --- a/main.py +++ b/main.py @@ -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