From 55dff65142d5d9c5ca1cb3314ee82454938373eb Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Sun, 2 Apr 2017 01:03:14 -0700 Subject: [PATCH] Tox things --- pyfa.py | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/pyfa.py b/pyfa.py index 691a9c177..9367f67ab 100755 --- a/pyfa.py +++ b/pyfa.py @@ -255,11 +255,11 @@ if __name__ == "__main__": NullHandler(), FingersCrossedHandler( TimedRotatingFileHandler( - config.logPath, - level=0, - backup_count=3, - bubble=False, - date_format='%Y-%m-%d', + config.logPath, + level=0, + backup_count=3, + bubble=False, + date_format='%Y-%m-%d', ), action_level=ERROR, buffer_size=1000, @@ -381,9 +381,6 @@ if __name__ == "__main__": from gui.mainFrame import MainFrame - - test = 1/0 - pyfa = wx.App(False) MainFrame(options.title) pyfa.MainLoop()