This commit is contained in:
Kuba
2025-10-13 18:59:45 +02:00
parent 8119a39383
commit 8835128ed8
-1
View File
@@ -140,7 +140,6 @@ def handle_sigint(signum, frame):
exit(0)
signal.signal(signal.SIGINT, handle_sigint)
signal.signal(signal.SIGHUP, handle_sighup) # type: ignore
def load_filelines(path):
try: