diff --git a/python-webrequest.txt b/python-webrequest.txt index 4971931..389b5d6 100644 --- a/python-webrequest.txt +++ b/python-webrequest.txt @@ -72,7 +72,7 @@ def acquireImage(request_string, folder_name, response, number): with open(image_name, 'wb') as f: f.write(response.content) else: - print("Copy detected and removed (folder_name)") + print(f"Copy detected and removed ({folder_name})") def getName():