Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def request_file_transfer(file_path: str, server: str) -> str:
|
|
124 |
|
125 |
|
126 |
@tool
|
127 |
-
def encrypt_file(file_path: str):
|
128 |
"""
|
129 |
This function encrypts the source file.
|
130 |
Args:
|
|
|
124 |
|
125 |
|
126 |
@tool
|
127 |
+
def encrypt_file(file_path: str) -> bool:
|
128 |
"""
|
129 |
This function encrypts the source file.
|
130 |
Args:
|