ifieryarrows commited on
Commit
aa0e151
·
verified ·
1 Parent(s): 0259b43

Sync from GitHub

Browse files
Files changed (1) hide show
  1. app/settings.py +1 -1
app/settings.py CHANGED
@@ -52,7 +52,7 @@ class Settings(BaseSettings):
52
  log_level: str = "INFO"
53
 
54
  # Scheduler
55
- schedule_time: str = "09:00"
56
  tz: str = "Europe/Istanbul"
57
  scheduler_enabled: bool = True
58
 
 
52
  log_level: str = "INFO"
53
 
54
  # Scheduler
55
+ schedule_time: str = "02:00"
56
  tz: str = "Europe/Istanbul"
57
  scheduler_enabled: bool = True
58