From 3a9bff8e11277f9cae871e6d937e1bbb37758d9d Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 16 Sep 2010 14:38:24 +0900 Subject: [PATCH] add small sleep after multi sync --- ankiqt/ui/sync.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ankiqt/ui/sync.py b/ankiqt/ui/sync.py index eabedbbdf..9a71096a4 100755 --- a/ankiqt/ui/sync.py +++ b/ankiqt/ui/sync.py @@ -109,6 +109,8 @@ sync was aborted. Please report this error.""") self.syncDeck(deck=d) except SyncError, e: return + self.setStatus(_("Sync Finished."), 0) + time.sleep(1) self.emit(SIGNAL("syncFinished")) def syncDeck(self, deck=None):