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:
parent
501f34836a
commit
3d515ba919
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user