You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running debank_exporter.py, I get the following error:
Traceback (most recent call last):
File "...\debank_exporter.py", line 20, in
from utils import fetch_url
File "..\utils.py", line 17
async def fetch_url(url str) - str
^^^
SyntaxError: invalid syntax
Thanks
The text was updated successfully, but these errors were encountered:
When running debank_exporter.py, I get the following error:
Traceback (most recent call last):
File "...\debank_exporter.py", line 20, in
from utils import fetch_url
File "..\utils.py", line 17
async def fetch_url(url str) - str
^^^
SyntaxError: invalid syntax
Thanks
The text was updated successfully, but these errors were encountered: