From 24061c7844b47d6709f437958bad3ff6ed09e433 Mon Sep 17 00:00:00 2001 From: Wout Feys Date: Tue, 30 Jul 2024 09:48:53 +0200 Subject: [PATCH] Linting --- aikido_firewall/background_process/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aikido_firewall/background_process/__init__.py b/aikido_firewall/background_process/__init__.py index efa21d25..586f84fe 100644 --- a/aikido_firewall/background_process/__init__.py +++ b/aikido_firewall/background_process/__init__.py @@ -38,7 +38,7 @@ def __init__(self, address, key): logger.error(data) # Temporary debugging if data[0] == "ATTACK": self.queue.put(data[1]) - elif data[0] == "CLOSE": # this is a kind of EOL for python IPC + elif data[0] == "CLOSE": # this is a kind of EOL for python IPC conn.close() break