Skip to content

Commit 598b23b

Browse files
committed
updated download test
1 parent 27804bb commit 598b23b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fri/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def execute():
3737

3838
print(response.text)
3939

40-
# or
40+
# function to test download() method.
4141
def download():
4242
url = "http://127.0.0.1:5000/download/test?fetch=f1.txt&apikey=xyz"
4343
urllib.request.urlretrieve(url, "f1.txt")

0 commit comments

Comments
 (0)