mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-04 04:22:18 +02:00
Update scheduler.py
This commit is contained in:
@@ -23,7 +23,7 @@ async def setup_scheduler(
|
||||
scheduler_message = schedulerMessage
|
||||
|
||||
# Basic Scheduler Options
|
||||
if 'custom' not in schedulerValue.lower():
|
||||
if 'custom' not in schedulerValue:
|
||||
# Basic scheduler job to run the schedule see examples below for custom schedules
|
||||
if schedulerValue.lower() == 'day':
|
||||
if schedulerTime != '':
|
||||
|
||||
Reference in New Issue
Block a user