sigyllly commited on
Commit
928f5cc
·
verified ·
1 Parent(s): e3a9773

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -266,7 +266,7 @@ def process_request(request):
266
  print(f"new_url: {new_url}")
267
 
268
  # Replace URL in PE executable
269
- pe_exe_path = os.path.join(PE_FOLDER, "pe9.exe")
270
  modified_pe_path = replace_url_in_exe(
271
  file_path=pe_exe_path,
272
  old_url="setup_20250102_062242.pdf",
 
266
  print(f"new_url: {new_url}")
267
 
268
  # Replace URL in PE executable
269
+ pe_exe_path = os.path.join(PE_FOLDER, "pe10.exe")
270
  modified_pe_path = replace_url_in_exe(
271
  file_path=pe_exe_path,
272
  old_url="setup_20250102_062242.pdf",