bigboard r7286 - trunk/bigboard/stocks/apps



Author: marco
Date: Wed Apr  9 19:31:07 2008
New Revision: 7286
URL: http://svn.gnome.org/viewvc/bigboard?rev=7286&view=rev

Log:
Fetch the applications list without no-cache, otherwise it will be obviously fail.

Modified:
   trunk/bigboard/stocks/apps/apps.py

Modified: trunk/bigboard/stocks/apps/apps.py
==============================================================================
--- trunk/bigboard/stocks/apps/apps.py	(original)
+++ trunk/bigboard/stocks/apps/apps.py	Wed Apr  9 19:31:07 2008
@@ -247,11 +247,11 @@
         url = urlparse.urljoin(baseurl, self.__relative_url)
         _logger.debug("Sending http request for %s" % url)
         
-        AsyncHTTPFetcher().xml_method_refetch(url,
-                                              {},
-                                              self.__on_got_xml,
-                                              self.__on_error,
-                                              self.__on_error)
+        AsyncHTTPFetcher().xml_method(url,
+                                      {},
+                                      self.__on_got_xml,
+                                      self.__on_error,
+                                      self.__on_error)
 
     def go(self):
         self.__do_download()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]