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)