split into 2 diff files and use concurrent thread
This commit is contained in:
@@ -7,7 +7,7 @@ import concurrent.futures
|
|||||||
endpoint_url = "http://localhost:8080/v1/qrcodetypes/scan"
|
endpoint_url = "http://localhost:8080/v1/qrcodetypes/scan"
|
||||||
|
|
||||||
# Path to the CSV file
|
# Path to the CSV file
|
||||||
csv_file_path = "malicious_phish.csv"
|
csv_file_path = "malicious_phish.csv"
|
||||||
|
|
||||||
# Directory to store the split CSV files
|
# Directory to store the split CSV files
|
||||||
split_files_dir = "split_csv_files"
|
split_files_dir = "split_csv_files"
|
||||||
|
|||||||
Reference in New Issue
Block a user