From 8ce6bd8b79336d30581e03e88ffafc4e1899ad0f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 7 Feb 2013 19:58:17 +0900 Subject: [PATCH] catch another firewall error --- aqt/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/sync.py b/aqt/sync.py index 1bbf3c39b..392dc5227 100644 --- a/aqt/sync.py +++ b/aqt/sync.py @@ -129,7 +129,7 @@ Please upgrade to the latest version of Anki.""") AnkiWeb is too busy at the moment. Please try again in a few minutes.""") elif "409" in err: return _("A previous sync failed; please try again in a few minutes.") - elif "10061" in err: + elif "10061" in err or "10013" in err: return _( "Antivirus or firewall software is preventing Anki from connecting to the internet.") elif "407" in err: