From dd3dd799b28aff1982715de1722896bc9d349fc5 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 28 Apr 2015 19:17:50 +0300 Subject: [PATCH] Move loggin configuration to config temporarily --- config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.py b/config.py index d9e6566b3..7e450389b 100644 --- a/config.py +++ b/config.py @@ -29,6 +29,11 @@ staticPath = None 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