Skip to content

Commit

Permalink
fix the indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shayki5 authored Apr 17, 2024
1 parent efa7cc7 commit 756de2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_data_from_sheets_on_start():
try:
corresponding_value_e = sheet.cell(index, 5).value
print(corresponding_value_e)
except gspread.exceptions.APIError as e:
except gspread.exceptions.APIError as e:
print(f"Encountered APIError: {e}")
print("Retrying after a delay...")
time.sleep(30) # Wait for 30 seconds before retrying
Expand Down

0 comments on commit 756de2f

Please sign in to comment.