bot
commited on
Commit
·
6b0200f
1
Parent(s):
fce8bfb
fix
Browse files
main.py
CHANGED
@@ -331,6 +331,8 @@ async def perform_file_action(
|
|
331 |
):
|
332 |
if action == "list_file":
|
333 |
|
|
|
|
|
334 |
if file_id is None:
|
335 |
file_id = ""
|
336 |
|
|
|
331 |
):
|
332 |
if action == "list_file":
|
333 |
|
334 |
+
print(f"actions is {action} file id is {file_id}")
|
335 |
+
|
336 |
if file_id is None:
|
337 |
file_id = ""
|
338 |
|