From f59d16b3fc908a6c9b639c1bb8583e6ef1528169 Mon Sep 17 00:00:00 2001 From: Luciano Gervasoni Date: Thu, 24 Apr 2025 16:53:52 +0200 Subject: [PATCH] Publish with hidden tag, don't publish if url id already processed, typo --- app_urls/fetcher/src/publisher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_urls/fetcher/src/publisher.py b/app_urls/fetcher/src/publisher.py index 6783d10..3d8580c 100644 --- a/app_urls/fetcher/src/publisher.py +++ b/app_urls/fetcher/src/publisher.py @@ -71,7 +71,7 @@ class Publisher(): if (len(dict_response.get("posts")) > 0): return True - else + else: return False def _get_photo_url(self, query):