-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Currently Default operation time is defined in commandListener.py:
operationbot/commandListener.py
Line 36 in b1fec15
| return date.replace(hour=18, minute=30) |
If we could make this take values from the CONFIG file and re define the end of the converter to something like a IF ELIF based on date.weekday() we could specify the times for each day.