From a775c2a0f11b61db052bf083cd13040fa580a46a Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Mon, 10 May 2021 03:06:33 +0000 Subject: [PATCH] Fix crash due to missing time import --- http2irc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/http2irc.py b/http2irc.py index 9225aa7..36022b1 100644 --- a/http2irc.py +++ b/http2irc.py @@ -13,6 +13,7 @@ import signal import ssl import string import sys +import time import toml