Publish with hidden tag, don't publish if url id already processed, typo

This commit is contained in:
Luciano Gervasoni
2025-04-24 16:53:52 +02:00
parent b3f7cb255c
commit f59d16b3fc

View File

@@ -71,7 +71,7 @@ class Publisher():
if (len(dict_response.get("posts")) > 0): if (len(dict_response.get("posts")) > 0):
return True return True
else else:
return False return False
def _get_photo_url(self, query): def _get_photo_url(self, query):