Spaces:
Runtime error
Runtime error
Update mogwai.py
Browse files
mogwai.py
CHANGED
@@ -49,7 +49,7 @@ def get_balance(address) :
|
|
49 |
return f"Votre Balance est de : {balance_format} Bajun ~ {balance_usd:.2f}$ USD"
|
50 |
|
51 |
|
52 |
-
print(rpc_url.get_chain_head())
|
53 |
|
54 |
description2 = 'h1 style="font-size:50px;text-align:center;"> Bajun Balanc Checker</h1>'
|
55 |
description = "Bajun Balance Checker ^^"
|
|
|
49 |
return f"Votre Balance est de : {balance_format} Bajun ~ {balance_usd:.2f}$ USD"
|
50 |
|
51 |
|
52 |
+
# print(rpc_url.get_chain_head())
|
53 |
|
54 |
description2 = 'h1 style="font-size:50px;text-align:center;"> Bajun Balanc Checker</h1>'
|
55 |
description = "Bajun Balance Checker ^^"
|