mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
63c97f1429
commit
5546f6b4e0
|
@ -2066,9 +2066,9 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
followingPort == port:
|
||||
if debug:
|
||||
print('You cannot follow yourself!')
|
||||
elif followingrNickname == 'news' and \
|
||||
followingDomain == domain and \
|
||||
followingPort == port:
|
||||
elif (followingNickname == 'news' and
|
||||
followingDomain == domain and
|
||||
followingPort == port):
|
||||
if debug:
|
||||
print('You cannot follow the news actor')
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue