eliminato il log da git

This commit is contained in:
2019-10-01 09:03:20 +02:00
parent 8831aaa641
commit 61a0ed9173
3 changed files with 2 additions and 657635 deletions
+1
View File
@@ -14,3 +14,4 @@ MkpWIFI/main.spec
MkpWIFI/*.dll
__pycache__/
*.py[cod]
log
-657634
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -73,7 +73,7 @@ def subChars(s):
if __name__ == '__main__':
# Setup Logger
LOGGER = logging.getLogger(__name__)
LOGGER.setLevel(logging.INFO)
LOGGER.setLevel(logging.DEBUG)
LOGGER.propagate = False
FORMATTER = logging.Formatter(("%(asctime)s|%(levelname)-7s|%(funcName)-10s|%(lineno)-3d: %(message)-50s"),
("%m-%d %H:%M:%S"))