CazC commited on
Commit
e051434
·
verified ·
1 Parent(s): 1097a83

Update worker.py

Browse files
Files changed (1) hide show
  1. worker.py +1 -1
worker.py CHANGED
@@ -79,7 +79,7 @@ def check_queue():
79
  # Check if it is the second half of the month in Eastern Standard Time
80
  IsSuperbase = False
81
  current_time = datetime.datetime.now(datetime.timezone(datetime.timedelta(hours=-5))) # Eastern Standard Time offset
82
- if current_time.day > 0:
83
  IsSuperbase = True
84
 
85
  if IsSuperbase:
 
79
  # Check if it is the second half of the month in Eastern Standard Time
80
  IsSuperbase = False
81
  current_time = datetime.datetime.now(datetime.timezone(datetime.timedelta(hours=-5))) # Eastern Standard Time offset
82
+ if current_time.day > 100000:
83
  IsSuperbase = True
84
 
85
  if IsSuperbase: