Skip to content

Commit

Permalink
Update website_blocker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SmashedFrenzy16 authored Dec 15, 2024
1 parent 5ce69ef commit 83293a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_blocker.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

while True:

if datetime(datetime.now().year, datetime.now().month, datetime.now().day, 8) < datetime.now() < datetime(datetime.now().year, datetime.now().month, datetime.now().day, 8):
if datetime(datetime.now().year, datetime.now().month, datetime.now().day, 8) < datetime.now() < datetime(datetime.now().year, datetime.now().month, datetime.now().day, 16):

with open(path, "r+") as web_file:

Expand Down

0 comments on commit 83293a7

Please sign in to comment.