mirror of
https://gitlab.sectorq.eu/jaydee/api_server.git
synced 2026-09-17 02:12:55 +02:00
build
This commit is contained in:
@@ -97,6 +97,6 @@ def ban_ip(args):
|
||||
def run(data):
|
||||
try:
|
||||
return ban_ip(data)
|
||||
except:
|
||||
return f"{data.action} requested {data.ip}"
|
||||
except Exception as e:
|
||||
return f"{data.action} requested {data.ips}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user