From d3e7b5708deffbed864c916de22663f48333c58b Mon Sep 17 00:00:00 2001 From: yo mama Date: Tue, 22 Sep 2015 00:51:40 -0700 Subject: finishing server --- run_examples.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'run_examples.py') diff --git a/run_examples.py b/run_examples.py index ce07dcc..ceb9a33 100644 --- a/run_examples.py +++ b/run_examples.py @@ -3,4 +3,8 @@ sys.path.append('./lib') from Pb import * for cls in Pb.__subclasses__(): print cls.__name__ - cls.example_run() + instance = cls.example_run() + instance.file_s3move() + print instance.file_json() + instance.db_send(); + break -- cgit v1.2.3-70-g09d2