1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 08:40:34 +03:00

protocol.py: Need from config import config

This commit is contained in:
Athanasius 2021-01-11 18:20:58 +00:00
parent 501f34836a
commit 3d515ba919

View File

@ -5,7 +5,7 @@ import threading
import urllib.request, urllib.error, urllib.parse
import sys
from config import appname
from config import appname, config
if sys.platform == 'win32':