Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
just like uh uhhhhhhhhhhhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
RealistikDash committed Sep 1, 2020
1 parent 5ca0de0 commit 8fb0c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2291,7 +2291,7 @@ def GetDaily(request):
if not Weekly:
#this is big brain time
now = datetime.now()
TimeToChange = (now - now.replace(hour=0, minute=0, second=0, microsecond=0)).total_seconds() + 86400 #calculate time since midnight
TimeToChange = (now - now.replace(hour=0, minute=0, second=0, microsecond=0)).total_seconds() #calculate time since midnight
else:
DayToday = datetime.today().weekday()
EndTime = datetime.combine(datetime.today(), datetime.min.time()) + timedelta(days=7-DayToday) #new level every monday
Expand Down

3 comments on commit 8fb0c5b

@RealistikDash
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@RealistikDash
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HEY ROBTOP PLS USE GDPYS

@Stazzical
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

release 2.2 first we wont know what we are gonna make in the two clients if we dont know what the game client has, noobtop

Please sign in to comment.