txlyre 1 سال پیش
والد
کامیت
c30700cd7a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -275,7 +275,7 @@ async def make_message_shot(bot, message):
   await proc.communicate(input=data)
 
   pproc = await create_subprocess_shell(
-    f'pngcrush -reduce -ow {output_path} {output_path}'
+    f'pngcrush -reduce -ow {output_path}'
   )
   await pproc.communicate()