randydev commited on
Commit
529c895
·
verified ·
1 Parent(s): 8da17f5

Update chatbot/plugins/chat.py

Browse files
Files changed (1) hide show
  1. chatbot/plugins/chat.py +1 -1
chatbot/plugins/chat.py CHANGED
@@ -213,7 +213,7 @@ async def handle_photo(client, message):
213
  seconds_time = time.time()
214
  file_path = await message.download(
215
  progress=progress(reply_markup=InlineKeyboardMarkup(buttons),
216
- progress_args=(ai_reply, seconds_time, "Uploading...")
217
  )
218
  caption = message.caption or "What's this?"
219
  x = GeminiLatest(api_keys=GOOGLE_API_KEY)
 
213
  seconds_time = time.time()
214
  file_path = await message.download(
215
  progress=progress(reply_markup=InlineKeyboardMarkup(buttons),
216
+ progress_args=(ai_reply, seconds_time, "Uploading..."),
217
  )
218
  caption = message.caption or "What's this?"
219
  x = GeminiLatest(api_keys=GOOGLE_API_KEY)