Spaces:
Sleeping
Sleeping
Update worker.py
Browse files
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 >
|
| 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:
|