Browse Source

Update __main__.py

pull/55/head
NomsterDude 3 years ago committed by GitHub
parent
commit
ee726f9c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      __main__.py

2
__main__.py

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

Loading…
Cancel
Save