mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
f9d4a76179
commit
d170f6222c
|
@ -16901,6 +16901,13 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
'_GET', '_security_txt[calling_domain]',
|
'_GET', '_security_txt[calling_domain]',
|
||||||
self.server.debug)
|
self.server.debug)
|
||||||
|
|
||||||
|
if self.path.startswith('/users/') and \
|
||||||
|
self.path.endswith('/followers_synchronization'):
|
||||||
|
print('DEBUG: followers synchronization request ' +
|
||||||
|
self.path + ' ' + calling_domain)
|
||||||
|
self._404()
|
||||||
|
return
|
||||||
|
|
||||||
if self.path == '/logout':
|
if self.path == '/logout':
|
||||||
if not self.server.news_instance:
|
if not self.server.news_instance:
|
||||||
msg = \
|
msg = \
|
||||||
|
|
Loading…
Reference in New Issue