From 3624c63e3373cb45ffcc8cfdbb8889765a3b5326 Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Thu, 7 Mar 2013 21:56:27 +0000 Subject: Have first 45% of progress bar working Changed "threaded" to True in runserver.py; this fixed issue related to getting progress bar to work --- wqflask/utility/temp_data.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wqflask/utility') diff --git a/wqflask/utility/temp_data.py b/wqflask/utility/temp_data.py index 192dcc44..0df79e54 100644 --- a/wqflask/utility/temp_data.py +++ b/wqflask/utility/temp_data.py @@ -19,7 +19,6 @@ class TempData(object): return self.redis.hgetall(self.key) - if __name__ == "__main__": redis = Redis() for key in redis.keys(): -- cgit v1.2.3