Closed behnam closed 7 years ago
Make sure there's one print() before each fetch() return.
print()
fetch()
Also, move print() for the download case to before the delay call, to better better show what the wait is for.
Make sure there's one
print()
before eachfetch()
return.Also, move
print()
for the download case to before the delay call, to better better show what the wait is for.