txlyre %!s(int64=2) %!d(string=hai) anos
pai
achega
85409f72a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      commands.py

+ 1 - 1
commands.py

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