mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 20:32:52 +02:00
get more info on exception
This commit is contained in:
@@ -66,9 +66,9 @@ if mode=="new":
|
||||
seedwords = response.cipher_seed_mnemonic
|
||||
seedwordsString=','.join(seedwords)
|
||||
print("seedwords='"+seedwordsString+"'")
|
||||
except:
|
||||
e = sys.exc_info()[0]
|
||||
print(e)
|
||||
except Exception as err:
|
||||
#e = sys.exc_info()[0]
|
||||
print(err)
|
||||
print >> sys.stderr, e
|
||||
print("err='Failed: RPC GenSeedRequest'")
|
||||
|
||||
|
Reference in New Issue
Block a user