merge-requests/30/head
Bob Mottram 2022-12-02 17:58:15 +00:00
parent 7aa9cd59b8
commit 86cf981050
1 changed files with 1 additions and 1 deletions

View File

@ -15698,7 +15698,7 @@ class PubServer(BaseHTTPRequestHandler):
is_new_post_endpoint = True is_new_post_endpoint = True
break break
if not is_new_post_endpoint: if not is_new_post_endpoint:
print('Is not an endpoint ' + path + ' ' + curr_post_type) print('Is not an endpoint ' + path)
if is_new_post_endpoint: if is_new_post_endpoint:
nickname = get_nickname_from_actor(path) nickname = get_nickname_from_actor(path)
if not nickname: if not nickname: