From e23157eee3d9916c6a897b2cb9da1a5d19399140 Mon Sep 17 00:00:00 2001 From: 1MalcolmS <143684363+1MalcolmS@users.noreply.github.com> Date: Sun, 29 Mar 2026 01:26:44 -0700 Subject: [PATCH] fixed copy names --- python-webrequest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():