merge-requests/30/head
Bob Mottram 2022-11-27 23:29:06 +00:00
parent 7d44e9d447
commit 4378f5606f
1 changed files with 1 additions and 1 deletions

View File

@ -14376,7 +14376,7 @@ class PubServer(BaseHTTPRequestHandler):
get_moved_feed(base_dir, domain, port, path,
http_prefix, authorized, FOLLOWS_PER_PAGE)
if following:
print('DEBUG: get_moved_feed ' + str(get_moved_feed))
print('DEBUG: get_moved_feed ' + str(following))
if self._request_http():
page_number = 1
if '?page=' not in path: