diff --git a/gridbox_connector/GridboxConnector.py b/gridbox_connector/GridboxConnector.py index fbc1d8d..c43a01f 100644 --- a/gridbox_connector/GridboxConnector.py +++ b/gridbox_connector/GridboxConnector.py @@ -24,7 +24,7 @@ def get_token(self): else: print("token not found") print(response_json) - time.wait(60) + time.sleep(60) self.get_token() def generate_header(self):