From 5546f6b4e0b008d46913f92348656aac517d2285 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 20 Nov 2020 12:38:50 +0000 Subject: [PATCH] Tidying --- daemon.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daemon.py b/daemon.py index 0bce66b1..c6112945 100644 --- a/daemon.py +++ b/daemon.py @@ -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: