mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
99bf555b9c
commit
d666581c54
|
@ -668,12 +668,9 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
divertToLoginScreen=False
|
divertToLoginScreen=False
|
||||||
else:
|
else:
|
||||||
if self.path.endswith('/following') or \
|
if self.path.endswith('/following') or \
|
||||||
'/following?page=' in self.path or \
|
|
||||||
self.path.endswith('/followers') or \
|
self.path.endswith('/followers') or \
|
||||||
'/followers?page=' in self.path or \
|
|
||||||
self.path.endswith('/skills') or \
|
self.path.endswith('/skills') or \
|
||||||
self.path.endswith('/roles') or \
|
self.path.endswith('/roles') or \
|
||||||
'/shares?page=' in self.path or \
|
|
||||||
self.path.endswith('/shares'):
|
self.path.endswith('/shares'):
|
||||||
divertToLoginScreen=False
|
divertToLoginScreen=False
|
||||||
if divertToLoginScreen and not authorized:
|
if divertToLoginScreen and not authorized:
|
||||||
|
|
Loading…
Reference in New Issue