mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
d955d4ab75
commit
a05a43d03b
|
@ -9708,6 +9708,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
return
|
return
|
||||||
like_actor = \
|
like_actor = \
|
||||||
local_actor_url(http_prefix, self.post_to_nickname, domain_full)
|
local_actor_url(http_prefix, self.post_to_nickname, domain_full)
|
||||||
|
print('actor_liked path: ' + path)
|
||||||
actor_liked = path.split('?actor=')[1]
|
actor_liked = path.split('?actor=')[1]
|
||||||
if '?' in actor_liked:
|
if '?' in actor_liked:
|
||||||
actor_liked = actor_liked.split('?')[0]
|
actor_liked = actor_liked.split('?')[0]
|
||||||
|
|
Loading…
Reference in New Issue