logging: basics

This commit is contained in:
SomberNight
2019-04-26 18:52:26 +02:00
parent 4d64e132d7
commit 3385a94753
68 changed files with 681 additions and 563 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ class Plugin(RevealerPlugin):
try:
self.make_digital(self.d)
except Exception:
traceback.print_exc(file=sys.stdout)
self.logger.exception('')
else:
self.cypherseed_dialog(window)