asd
This commit is contained in:
@@ -273,7 +273,7 @@ async def socketio_listener():
|
||||
elif is_attack_to_us:
|
||||
if fp_value >= ALERT_THRESHOLD_POINTS:
|
||||
await check_and_create_alerts(conn, 0, service_name)
|
||||
finally:
|
||||
finally:
|
||||
await db_pool.release(conn)
|
||||
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user