soxogvv commited on
Commit
cd83f85
·
verified ·
1 Parent(s): da31fa1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -756,7 +756,7 @@ def auto_loop():
756
  time.sleep(60)
757
  continue
758
 
759
- if now.hour < 8 or now.hour >= 23:
760
  time.sleep(60)
761
  continue
762
 
 
756
  time.sleep(60)
757
  continue
758
 
759
+ if now.hour < 8 or now.hour >= 19:
760
  time.sleep(60)
761
  continue
762