diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-17 20:14:15 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-17 20:14:15 +0000 |
commit | 64e24c35da7ce655ef87cf1eecdda23ab819ac9f (patch) | |
tree | c57240ef82fd9bfee635a45a2a9d48ce9dbc3d5b /bin/tunneltop | |
parent | mostly working now (diff) | |
download | scripts-64e24c35da7ce655ef87cf1eecdda23ab819ac9f.tar.gz scripts-64e24c35da7ce655ef87cf1eecdda23ab819ac9f.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | bin/tunneltop | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/tunneltop b/bin/tunneltop index b3a3962..7dba98c 100755 --- a/bin/tunneltop +++ b/bin/tunneltop @@ -262,7 +262,6 @@ class TunnelTop: async def main(self) -> None: """entrypoint""" - # signal.signal(signal.SIGHUP, self.sighup_handler) print(Colors.screen_clear, end="") print(Colors.hide_cursor, end="") |