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:
@@ -98,5 +98,6 @@ def run(data):
|
||||
try:
|
||||
return ban_ip(data)
|
||||
except Exception as e:
|
||||
logging.error(f"Error occurred while processing {data.action} for IP {data.ips}: {e}")
|
||||
return f"{data.action} requested {data.ips}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user