txlyre преди 4 месеца
родител
ревизия
907daba35b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -638,7 +638,7 @@ async def sylvy_handler(bot, event, command):
 
 
             svg2png(bytestring=plot, write_to=buffer)
             svg2png(bytestring=plot, write_to=buffer)
 
 
-            plots.append(buffer.getvalue())
+            plots.append(buffer)
 
 
         await bot.send_file(event.peer_id, file=plots, reply_to=event, force_document=False)
         await bot.send_file(event.peer_id, file=plots, reply_to=event, force_document=False)