Skip to content

Commit

Permalink
Move loggin configuration to config temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Apr 28, 2015
1 parent ac881ac commit dd3dd79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
saveDB = 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():
global pyfaPath
global savePath
Expand Down

0 comments on commit dd3dd79

Please sign in to comment.