From c952f69853241c8ee7d8fde282571f39cb7199b7 Mon Sep 17 00:00:00 2001 From: Pepper Date: Wed, 2 Mar 2016 18:08:20 -0500 Subject: about to merge newfile --- run_module_examples.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run_module_examples.py') diff --git a/run_module_examples.py b/run_module_examples.py index 882de78..8a22c10 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -3,8 +3,8 @@ from photoblaster.modules import Pb for cls in Pb.__subclasses__(): print cls.__name__ - if cls.__name__ == "PbBreaker": + if cls.__name__ == "PbGradient": instance = cls.example_run() - print instance.get_output_file().as_dict() instance.get_output_file().s3move() + print instance.get_output_file().as_dict() instance.db_send() -- cgit v1.2.3-70-g09d2