diff options
| author | 2021-12-08 01:50:01 +0000 | |
|---|---|---|
| committer | 2021-12-08 01:50:01 +0000 | |
| commit | 7c3707aeed9a3dd196dfbd45c0dadf9cb3ca0c05 (patch) | |
| tree | 720d134b5648aa235cc88e2b905dde32af1ee51c | |
| parent | Fix maxrequestsize config check logic (diff) | |
| signature | ||
Fix NameError crash on quitting
| -rw-r--r-- | http2irc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http2irc.py b/http2irc.py index 32e1d01..d6cce6c 100644 --- a/http2irc.py +++ b/http2irc.py @@ -11,6 +11,7 @@ import irctokens import itertools import json import logging +import math import os.path import signal import socket |
