0

fix typo from last commit, should work now

Signed-off-by: Horst Burkhardt <mc@680x0.com>
This commit is contained in:
Horst Burkhardt
2015-08-17 12:04:51 +10:00
parent 5dabcb3408
commit 06e500415a

View File

@@ -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):