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: