forked from MarseyWorld/MarseyWorld
fdsfs
parent
cc2b4ba788
commit
3e39c2911f
|
@ -870,9 +870,6 @@ def ban_user(user_id, v):
|
|||
reason = sanitize(request.values.get("reason", ""))
|
||||
message = request.values.get("reason", "")
|
||||
|
||||
print(days)
|
||||
print(days == 0)
|
||||
print(days == 1)
|
||||
if not user: abort(400)
|
||||
|
||||
if days > 0:
|
||||
|
|
Loading…
Reference in New Issue