other regions
This commit is contained in:
@@ -54,7 +54,7 @@ class Mongo:
|
||||
return self["lessons"]
|
||||
|
||||
def get_today_lessons(self, user: User):
|
||||
today = now()
|
||||
today = now(user)
|
||||
tomorrow = today + datetime.timedelta(days=1)
|
||||
tomorrow = datetime.datetime(year=tomorrow.year, month=tomorrow.month, day=tomorrow.day)
|
||||
lessons = []
|
||||
|
||||
Reference in New Issue
Block a user