eliminato il log da git
This commit is contained in:
@@ -14,3 +14,4 @@ MkpWIFI/main.spec
|
||||
MkpWIFI/*.dll
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
log
|
||||
|
||||
-657634
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user