Update __main__.py

This commit is contained in:
NomsterDude 2022-06-10 19:50:04 -07:00 committed by GitHub
parent a0b3f737d7
commit ee726f9c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ for file in required_files:
file_name = file[0]
url = file[1]
if not os.path.isfile("./dependencies/" + file_name):
print(f'{file_name} does not exist downloading now")
print(f"{file_name} does not exist downloading now")
try:
import requests
file_content = requests.get(url)