From bf7e21a94f20abcaa2e7de78998a238edd23b6c7 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 18 Jan 2021 21:42:04 +0000 Subject: [PATCH] protocol.py: Reinstate 'from config import appname' --- protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.py b/protocol.py index 71a7ae36..886608e6 100644 --- a/protocol.py +++ b/protocol.py @@ -5,7 +5,7 @@ import threading import urllib.request, urllib.error, urllib.parse import sys -from config import config +from config import appname, config from constants import protocolhandler_redirect