We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27804bb commit 598b23bCopy full SHA for 598b23b
1 file changed
fri/test.py
@@ -37,7 +37,7 @@ def execute():
37
38
print(response.text)
39
40
-# or
+# function to test download() method.
41
def download():
42
url = "http://127.0.0.1:5000/download/test?fetch=f1.txt&apikey=xyz"
43
urllib.request.urlretrieve(url, "f1.txt")
0 commit comments