Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -209,10 +209,6 @@ def create_encrypted_7z_archive(file_path, password):
|
|
209 |
|
210 |
return archive_path
|
211 |
|
212 |
-
from flask import send_file, jsonify, make_response
|
213 |
-
|
214 |
-
from flask import send_file, jsonify, make_response
|
215 |
-
|
216 |
def process_request(request):
|
217 |
temp_dir = None # Initialize temp_dir to be used in the finally block
|
218 |
try:
|
|
|
209 |
|
210 |
return archive_path
|
211 |
|
|
|
|
|
|
|
|
|
212 |
def process_request(request):
|
213 |
temp_dir = None # Initialize temp_dir to be used in the finally block
|
214 |
try:
|