Browse Source

Fix NameError crash on quitting

master
JustAnotherArchivist 2 years ago
parent
commit
7c3707aeed
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      http2irc.py

+ 1
- 0
http2irc.py View File

@@ -11,6 +11,7 @@ import irctokens
import itertools
import json
import logging
import math
import os.path
import signal
import socket


Loading…
Cancel
Save