alcuni fix

This commit is contained in:
Alhaziel01
2020-09-24 15:40:25 +02:00
parent 385fd0fd8a
commit 9b5dd9d374
5 changed files with 46 additions and 55 deletions
+2 -2
View File
@@ -48,9 +48,9 @@ def extract():
except Exception as e:
support.info('Non sono riuscito ad estrarre il file zip')
support.infoger.error(e)
support.logger.error(e)
import traceback
support.infoger.error(traceback.print_exc())
support.logger.error(traceback.print_exc())
def setting():