Currently Default operation time is defined in commandListener.py:
|
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.
Currently Default operation time is defined in commandListener.py:
operationbot/commandListener.py
Line 36 in b1fec15
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.