fix issue with pyinstaller not finding correct modules
This commit is contained in:
@@ -235,4 +235,4 @@ class PriceWorkerThread(threading.Thread):
|
|||||||
|
|
||||||
|
|
||||||
# Import market sources only to initialize price source modules, they register on their own
|
# Import market sources only to initialize price source modules, they register on their own
|
||||||
from .marketSources import *
|
from service.marketSources import evemarketer, evemarketdata # noqa: E402
|
||||||
|
|||||||
Reference in New Issue
Block a user