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 16, 2024
1 parent 6664343 commit c3ccb8d
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 @@ -60,5 +60,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().hour)
last_test_dates[testing_hour] = datetime.now().today()
time.sleep(60)

0 comments on commit c3ccb8d

Please sign in to comment.