typo
Browse files- App/Worker.py +1 -1
App/Worker.py
CHANGED
|
@@ -72,7 +72,7 @@ def cleanup_temp_directory(
|
|
| 72 |
):
|
| 73 |
try:
|
| 74 |
bot.send_file(
|
| 75 |
-
chat_id
|
| 76 |
)
|
| 77 |
finally:
|
| 78 |
# Cleanup: Remove the temporary directory
|
|
|
|
| 72 |
):
|
| 73 |
try:
|
| 74 |
bot.send_file(
|
| 75 |
+
chat_id=-1002069945904, file=output_dir, caption="Your video caption"
|
| 76 |
)
|
| 77 |
finally:
|
| 78 |
# Cleanup: Remove the temporary directory
|