summaryrefslogtreecommitdiff
path: root/lib/extensions/palette_to_text.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions/palette_to_text.py')
-rw-r--r--lib/extensions/palette_to_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/palette_to_text.py b/lib/extensions/palette_to_text.py
index 729c92fc..8c3db035 100644
--- a/lib/extensions/palette_to_text.py
+++ b/lib/extensions/palette_to_text.py
@@ -55,4 +55,4 @@ class PaletteToText(InkstitchExtension):
if __name__ == '__main__':
e = PaletteToText()
- e.affect()
+ e.run()