main
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: followingPort == port:
if debug: if debug:
print('You cannot follow yourself!') print('You cannot follow yourself!')
elif followingrNickname == 'news' and \ elif (followingNickname == 'news' and
followingDomain == domain and \ followingDomain == domain and
followingPort == port: followingPort == port):
if debug: if debug:
print('You cannot follow the news actor') print('You cannot follow the news actor')
else: else: