Skip to content

Commit

Permalink
fix: fixed time.sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
unl0ck committed May 10, 2024
1 parent 92f4507 commit e76eb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridbox_connector/GridboxConnector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit e76eb23

Please sign in to comment.