Publish with hidden tag, don't publish if url id already processed, typo
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user