Skip to content

Commit 04b4cd4

Browse files
committed
fixup! Add a basic concurrent fetch script
1 parent 0571d50 commit 04b4cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/python/concurrent_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def fetch_concurrent(
5858
return failed_fetches
5959

6060

61-
def main(argv: Optional[str] = None) -> int:
61+
def main(argv: Optional[list[str]] = None) -> int:
6262
def positive_number(value: str) -> int:
6363
int_value = int(value)
6464
if int_value <= 0:

0 commit comments

Comments
 (0)