From 163f8c3961922b4a8d2ddd5f4cd7ab881da9787d Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Thu, 17 Oct 2019 22:32:21 -0400 Subject: [PATCH] Formatting fixes. --- autorecon.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/autorecon.py b/autorecon.py index 9dd3086..da13710 100755 --- a/autorecon.py +++ b/autorecon.py @@ -24,11 +24,9 @@ import time import toml import termios - def _quit(): termios.tcsetattr(sys.stdin.fileno(), termios.TCSADRAIN, TERM_FLAGS) - atexit.register(_quit) TERM_FLAGS = termios.tcgetattr(sys.stdin.fileno())