mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
7d44e9d447
commit
4378f5606f
|
|
@ -14376,7 +14376,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
get_moved_feed(base_dir, domain, port, path,
|
get_moved_feed(base_dir, domain, port, path,
|
||||||
http_prefix, authorized, FOLLOWS_PER_PAGE)
|
http_prefix, authorized, FOLLOWS_PER_PAGE)
|
||||||
if following:
|
if following:
|
||||||
print('DEBUG: get_moved_feed ' + str(get_moved_feed))
|
print('DEBUG: get_moved_feed ' + str(following))
|
||||||
if self._request_http():
|
if self._request_http():
|
||||||
page_number = 1
|
page_number = 1
|
||||||
if '?page=' not in path:
|
if '?page=' not in path:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue