mirror of https://gitlab.com/bashrc2/epicyon
Replace not needed
parent
c5f8d44c4a
commit
4333803b04
1
like.py
1
like.py
|
@ -488,7 +488,6 @@ def update_likes_collection(recent_posts_cache: {},
|
||||||
collection_id = object_url
|
collection_id = object_url
|
||||||
likes_len = len(collection_id) - len(likes_ending)
|
likes_len = len(collection_id) - len(likes_ending)
|
||||||
likes_of = collection_id[:likes_len]
|
likes_of = collection_id[:likes_len]
|
||||||
collection_id = collection_id.replace('/statuses/', '/collection/')
|
|
||||||
|
|
||||||
if not obj.get('likes'):
|
if not obj.get('likes'):
|
||||||
if debug:
|
if debug:
|
||||||
|
|
Loading…
Reference in New Issue