mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
add sync error msg
This commit is contained in:
parent
5841fbb81c
commit
4c9e57b4b9
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,9 @@ class Sync(QThread):
|
|||
else:
|
||||
msg=_("""\
|
||||
Syncing failed. Please try again in a few minutes.
|
||||
If the problem persists, please report it on the forum.""")
|
||||
If the problem persists, please report it on the forum.
|
||||
|
||||
Error: %s""" % `error`)
|
||||
return msg
|
||||
|
||||
def connect(self, *args):
|
||||
|
|
Loading…
Reference in a new issue