merge-requests/8/head
Bob Mottram 2020-11-20 12:38:50 +00:00
parent 63c97f1429
commit 5546f6b4e0
1 changed files with 3 additions and 3 deletions

View File

@ -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: