fix typo from last commit, should work now
Signed-off-by: Horst Burkhardt <mc@680x0.com>
This commit is contained in:
@@ -125,7 +125,7 @@ class advpng(Optimizer, PNGOptimizer):
|
||||
binaryname = "advpng"
|
||||
crusher = True
|
||||
|
||||
def __init__(self, olevel=3)
|
||||
def __init__(self, olevel=3):
|
||||
self.olevel = olevel
|
||||
|
||||
def optimize(self, img):
|
||||
|
||||
Reference in New Issue
Block a user