Spaces:
Paused
Paused
Update main.py
Browse files
main.py
CHANGED
|
@@ -163,7 +163,7 @@ def sibyl_system_ban(
|
|
| 163 |
|
| 164 |
try:
|
| 165 |
date_joined = str(dt.now())
|
| 166 |
-
sibyl_ban = random.choice(RAMDOM_STATUS)
|
| 167 |
_, _, is_banned, _, sibyl_user_id = db.get_sibyl_system_banned(item.user_id)
|
| 168 |
|
| 169 |
if sibyl_user_id and is_banned:
|
|
|
|
| 163 |
|
| 164 |
try:
|
| 165 |
date_joined = str(dt.now())
|
| 166 |
+
sibyl_ban = random.choice(db.RAMDOM_STATUS)
|
| 167 |
_, _, is_banned, _, sibyl_user_id = db.get_sibyl_system_banned(item.user_id)
|
| 168 |
|
| 169 |
if sibyl_user_id and is_banned:
|