Fix download feed for FeedingIt-Web.py
authorYves <yves@marcoz.org>
Tue, 20 Sep 2011 18:28:59 +0000 (11:28 -0700)
committerYves <yves@marcoz.org>
Tue, 20 Sep 2011 18:28:59 +0000 (11:28 -0700)
src/FeedingIt-Web.py

index 8fe2c31..e864d97 100644 (file)
@@ -246,8 +246,7 @@ class Handler(BaseHTTPServer.BaseHTTPRequestHandler):
             xml = "<xml>OK</xml>"
         elif request[1] == "updateFeed":
             key = request[2]
-            download = Download(listing, [key,])
-            download.start()
+            listing.updateFeed(key)
             xml = "<xml>OK</xml>"
         elif request[1]=="updateAll":
             #app.automaticUpdate()