Update chatbot/plugins/chat.py
Browse files- 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)
|