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
Traceback (most recent call last):
File "", line 1, in
File "/wfdb/io/record.py", line 1365, in dl_database
r = requests.get(dburl)
NameError: global name 'dburl' is not defined
I made a quick fix by changing dburl to download.db_index_url
Which is the correct version?