Move logging initialization back to pyfa.py
This commit is contained in:
@@ -29,11 +29,6 @@ staticPath = None
|
|||||||
saveDB = None
|
saveDB = None
|
||||||
gameDB = None
|
gameDB = None
|
||||||
|
|
||||||
# TODO: move back to pyfa.py main loop
|
|
||||||
# We moved it here just to avoid rebuilding windows skeleton for now (any change to pyfa.py needs it)
|
|
||||||
import logging
|
|
||||||
logging.basicConfig()
|
|
||||||
|
|
||||||
def defPaths():
|
def defPaths():
|
||||||
global pyfaPath
|
global pyfaPath
|
||||||
global savePath
|
global savePath
|
||||||
|
|||||||
Reference in New Issue
Block a user