REEEEEEEEEEEEEEEE

master
Caleb Fontenot 2022-03-16 21:04:49 +07:00
parent e0c86d16c7
commit 85f99ea3d3
1 changed files with 1 additions and 1 deletions

@ -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: