Revision: 6590
Author:   cosoleto
Date:     2009-04-11 13:51:57 +0000 (Sat, 11 Apr 2009)

Log Message:
-----------
Replaced raw and ugly comment with very useful one

Modified Paths:
--------------
    trunk/pywikipedia/copyright.py

Modified: trunk/pywikipedia/copyright.py
===================================================================
--- trunk/pywikipedia/copyright.py      2009-04-11 11:20:36 UTC (rev 6589)
+++ trunk/pywikipedia/copyright.py      2009-04-11 13:51:57 UTC (rev 6590)
@@ -944,12 +944,7 @@
             except KeyboardInterrupt:
                 raise
             except Exception, err:
-
-                #
-                # SOAP.faultType: <Fault SOAP-ENV:Server: Exception from 
service object:
-                # Daily limit of 1000 queries exceeded for key ***>
-                #
-
+                # Something is going wrong...
                 if 'Daily limit' in str(err) or 'Insufficient quota for key' 
in str(err):
                     exceeded_in_queries('google')
                 elif 'limit exceeded' in str(err):



_______________________________________________
Pywikipedia-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l

Reply via email to