forgot to add the ascii resizer to the list of processors
This commit is contained in:
@@ -242,3 +242,4 @@ class AsciiProcessingManager(ProcessingManager):
|
||||
def __init__(self):
|
||||
super(self.__class__, self).__init__()
|
||||
self.add_processor(InitialProcessor)
|
||||
self.add_processor(Resizer)
|
||||
|
||||
Reference in New Issue
Block a user