From 0b1712bf34ddd0bfe54a0f19eab7ef7c31e7f444 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 5 Sep 2023 13:30:17 +0300 Subject: Implement FacebookSourcePlugin --- plugins/FeedSourcePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/FeedSourcePlugin.py') diff --git a/plugins/FeedSourcePlugin.py b/plugins/FeedSourcePlugin.py index e271092..2f0aa94 100644 --- a/plugins/FeedSourcePlugin.py +++ b/plugins/FeedSourcePlugin.py @@ -25,7 +25,7 @@ class Plugin(PluginInterface): print(f"[FeedSourcePlugin#{self.id}] process called") if source_id is not None: raise Exception( - f"FeedSourcePlugin#{self.id} can only be scheduled, trying to process items from ItemSource {source_id}" + f"FeedSourcePlugin#{self.id} can only be scheduled, trying to process items from source {source_id}" ) feed: Any = feedparser.parse(self.feed_url) # type: ignore -- cgit v1.3