Merge branch 'development' into ErrorDialog_and_miscfixes

This commit is contained in:
Ebag333
2017-03-27 21:00:51 -07:00
committed by GitHub
19 changed files with 230 additions and 65 deletions

10
pyfa.py
View File

@@ -238,11 +238,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,