From 85f99ea3d3adaed0d2e3bf41f3305a4cb1cd0fec Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Wed, 16 Mar 2022 21:04:49 -0500 Subject: [PATCH] REEEEEEEEEEEEEEEE --- mcUp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcUp.py b/mcUp.py index 5b22dec..e900a94 100755 --- a/mcUp.py +++ b/mcUp.py @@ -29,7 +29,7 @@ print(args.o) def download(project, what): versionToDownload = what output = parsers.modrinth.getDownloadURL(project, what) - response = requests.get(output[0], stream=True, timeout=1) + response = requests.get(output[0], stream=True, timeout=10) if args.o != None: # Check if user set an output filepath output_file = args.o else: