split into 2 diff files and use concurrent thread

This commit is contained in:
heyethereum
2024-08-05 08:37:39 +08:00
parent 4feabce446
commit 97d12c9aea

View File

@@ -7,7 +7,7 @@ import concurrent.futures
endpoint_url = "http://localhost:8080/v1/qrcodetypes/scan"
# Path to the CSV file
csv_file_path = "malicious_phish.csv"
csv_file_path = "malicious_phish.csv"
# Directory to store the split CSV files
split_files_dir = "split_csv_files"