Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -407,11 +407,11 @@ def issue_tokens(send,rec,amount):
|
|
407 |
repo_type="dataset",
|
408 |
)
|
409 |
os.remove("tmp1.json")
|
410 |
-
lod.clear()
|
411 |
except Exception as e:
|
412 |
mes=e
|
413 |
pass
|
414 |
-
|
|
|
415 |
try:
|
416 |
r = requests.get(f'{main_balance}/{rec}')
|
417 |
lod = json.loads(r.text)
|
|
|
407 |
repo_type="dataset",
|
408 |
)
|
409 |
os.remove("tmp1.json")
|
|
|
410 |
except Exception as e:
|
411 |
mes=e
|
412 |
pass
|
413 |
+
lod.clear()
|
414 |
+
|
415 |
try:
|
416 |
r = requests.get(f'{main_balance}/{rec}')
|
417 |
lod = json.loads(r.text)
|