- akn/Gemini/gemini.py +1 -1
akn/Gemini/gemini.py
CHANGED
@@ -331,7 +331,7 @@ async def chatbot_talk(client: Client, message: Message):
|
|
331 |
file_path,
|
332 |
progress=progress,
|
333 |
progress_args=(
|
334 |
-
|
335 |
time.time(),
|
336 |
"Uploading image..."
|
337 |
)
|
|
|
331 |
file_path,
|
332 |
progress=progress,
|
333 |
progress_args=(
|
334 |
+
new_js,
|
335 |
time.time(),
|
336 |
"Uploading image..."
|
337 |
)
|