From 9f6503ebcb20ac2621cd5b0defbb4a20716faf18 Mon Sep 17 00:00:00 2001 From: Pepper Date: Thu, 26 Nov 2015 16:26:53 -0500 Subject: rewrote db methods to MVC style --- run_module_examples.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'run_module_examples.py') diff --git a/run_module_examples.py b/run_module_examples.py index a6af4b5..838934d 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -3,7 +3,8 @@ from photoblaster.modules import Pb for cls in Pb.__subclasses__(): print cls.__name__ - instance = cls.example_run() - instance.file_s3move() - print instance.file_dict() - instance.db_send(); + if cls.__name__ == "PbGradient": + instance = cls.example_run() + instance.file_s3move() + print instance.file_dict() + instance.db_send(); -- cgit v1.2.3-70-g09d2