diff --git a/ankiqt/ui/sync.py b/ankiqt/ui/sync.py index 02feaa4d2..6ff62a644 100644 --- a/ankiqt/ui/sync.py +++ b/ankiqt/ui/sync.py @@ -54,7 +54,7 @@ class Sync(QThread): Syncing failed. Please try again in a few minutes. If the problem persists, please report it on the forum. -Error: %s""" % `error`) +Error: %s""" % `getattr(error, 'data')`) return msg def connect(self, *args):