Skip to content

Commit

Permalink
handle nameerror
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed May 18, 2024
1 parent 7b90463 commit 487bcc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dqpu/blockchain/near.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ def asyncio_run_nested(v):
return loop.run_until_complete(v())
except NameError:
return asyncio.run(v())
except:
return asyncio.run(v())

class NearBlockchain(Blockchain):
def __init__(self, account: str, network="testnet"):
Expand Down

0 comments on commit 487bcc4

Please sign in to comment.