Skip to content

Commit 62bb547

Browse files
🐛 Fix bug in fetch_lenta (#77)
fix url in lenta dataset
1 parent 361b049 commit 62bb547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklift/datasets/datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def fetch_lenta(data_home=None, dest_subdir=None, download_if_missing=True, retu
144144
145145
"""
146146

147-
url = 'https:/winterschool123.s3.eu-north-1.amazonaws.com/lentadataset.csv.gz'
147+
url = 'https://winterschool123.s3.eu-north-1.amazonaws.com/lentadataset.csv.gz'
148148
filename = 'lentadataset.csv.gz'
149149

150150
csv_path = _get_data(data_home=data_home, url=url, dest_subdir=dest_subdir,

0 commit comments

Comments
 (0)