fixed copy names
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user