Ufoptg commited on
Commit
4c3ce10
1 Parent(s): 937545b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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: