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()