From bcfa29f53483a94c1044f2d604918715d3e1d783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2EFernando=20S=C3=A1nchez?= Date: Fri, 15 Mar 2013 16:22:05 +0100 Subject: [PATCH] Synch Shelf in every iteration --- myego.py | 1 + 1 file changed, 1 insertion(+) diff --git a/myego.py b/myego.py index a1c8225..9026547 100644 --- a/myego.py +++ b/myego.py @@ -52,6 +52,7 @@ class Fetcher(threading.Thread): print "Exception" raise ex finally: + sh.sync() lock.release() if timetowait: time.sleep(timetowait)