Spaces:
Runtime error
Runtime error
Commit
·
657c432
1
Parent(s):
11d0b37
temporary fix for issue with mnemonic
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ ocean = Ocean(config)
|
|
| 13 |
def wallet(private_key):
|
| 14 |
|
| 15 |
if private_key:
|
| 16 |
-
|
| 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 |
|