fixed copy names

This commit is contained in:
1MalcolmS
2026-03-29 01:26:44 -07:00
parent bd9bf5c6cc
commit e23157eee3

View File

@@ -72,7 +72,7 @@ def acquireImage(request_string, folder_name, response, number):
with open(image_name, 'wb') as f: with open(image_name, 'wb') as f:
f.write(response.content) f.write(response.content)
else: else:
print("Copy detected and removed (folder_name)") print(f"Copy detected and removed ({folder_name})")
def getName(): def getName():