Fix typo accessing woodchuck handle.
authorNeal H. Walfield <neal@walfield.org>
Wed, 28 Dec 2011 08:43:12 +0000 (08:43 +0000)
committerYves Marcoz <yves@marcoz.org>
Thu, 29 Dec 2011 03:10:39 +0000 (19:10 -0800)
Reported-By: James Hunt

src/rss_sqlite.py

index 3d9b32d..867e1af 100644 (file)
@@ -1055,7 +1055,7 @@ class Listing(BaseObject):
                 # Unregister any streams that are no longer subscribed to.
                 for id in stream_ids:
                     logger.debug("Unregistering %s" % (id,))
-                    w.stream_unregister (id)
+                    wc().stream_unregister (id)
         except Exception:
             logger.exception("Registering streams with Woodchuck")