From ee726f9c6bdad07b07846586de61fb01620f0ad3 Mon Sep 17 00:00:00 2001 From: NomsterDude <85312283+NomsterDude@users.noreply.github.com> Date: Fri, 10 Jun 2022 19:50:04 -0700 Subject: [PATCH] Update __main__.py --- __main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__main__.py b/__main__.py index d2dcedf..ed14422 100644 --- a/__main__.py +++ b/__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)