Tox things

This commit is contained in:
Ebag333
2017-04-02 01:03:14 -07:00
parent cdec6fad99
commit 55dff65142

13
pyfa.py
View File

@@ -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()