Skip to content

Commit

Permalink
Update leaders meeting time
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed May 21, 2024
1 parent f553df2 commit 2e76e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/leaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
from .bot import MILBot


MEETING_TIME = datetime.time(19, 0, 0)
MEETING_DAY = calendar.TUESDAY
MEETING_TIME = datetime.time(16, 30, 0)
MEETING_DAY = calendar.MONDAY


class AwayView(MILBotView):
Expand Down

0 comments on commit 2e76e5a

Please sign in to comment.