Mbonea commited on
Commit
0a42a4e
1 Parent(s): 4101cc7
Files changed (1) hide show
  1. 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 - 1002069945904, file=output_dir, caption="Your video caption"
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