featL Add more coins and tokens and catch error with token

This commit is contained in:
2024-04-16 12:56:16 +10:00
parent 61d33381e8
commit 7f4f589d5b
5 changed files with 33 additions and 1 deletions

View File

@@ -267,6 +267,8 @@ def donate():
if t['symbol'].upper() == token and t['chain'].upper() == crypto:
token = t
break
if not isinstance(token, dict):
token = None
address = ''
domain = ''