Skip to content

Commit

Permalink
Update daily_speedtest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phate999 authored Apr 15, 2024
1 parent 8c0c5fa commit 5228a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daily_speedtest/daily_speedtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ def run_speedtest():
if last_test_dates[testing_hour] != datetime.now().today():
if testing_hour == datetime.now().today().hour:
run_speedtest()
last_test_dates[testing_hour] = int(datetime.now().today())
last_test_dates[testing_hour] = int(datetime.now().today().hour)
time.sleep(60)

0 comments on commit 5228a82

Please sign in to comment.