Skip to content

Commit

Permalink
fixes for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Woahai321 committed Jan 11, 2025
1 parent b3e9591 commit c226df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add.py
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@ def main():
while True:
try:
start_sync(overseerr_url, api_key, requester_user_id, setup_logging())
sleep_with_countdown(interval * 3600, overseerr_url, api_key, requester_user_id, setup_logging)
sleep_with_countdown(sync_interval * 3600, overseerr_url, api_key, requester_user_id, setup_logging)
except KeyboardInterrupt:
print(color_gradient("\n👋 Exiting automated sync mode...", "#ffaa00", "#ff5500"))
break
Expand Down

0 comments on commit c226df2

Please sign in to comment.