richardblythman commited on
Commit
657c432
·
1 Parent(s): 11d0b37

temporary fix for issue with mnemonic

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ ocean = Ocean(config)
13
  def wallet(private_key):
14
 
15
  if private_key:
16
- pass
17
  else:
18
  account, mnemonic = get_wallet()
19
 
 
13
  def wallet(private_key):
14
 
15
  if private_key:
16
+ mnemonic = None
17
  else:
18
  account, mnemonic = get_wallet()
19