diff --git a/direct/src/http/webNotifyDebug.py b/direct/src/http/webNotifyDebug.py index e4826c6f66..cb2b61938f 100755 --- a/direct/src/http/webNotifyDebug.py +++ b/direct/src/http/webNotifyDebug.py @@ -220,7 +220,7 @@ class webNotifyDebug: if not authToken: replyTo.respond('\n\nDirectNotify Web Interface\n\n\n
\n

DirectNotify Web Interface

\n
\n
\n
Search for a DirectNotify Category:
\n
\n
\nDisplay all DirectNotify Categories\n\n' % (self.pageToHit)) else: - replyTo.respond('\n\nDirectNotify Web Interface\n\n\n
\n

DirectNotify Web Interface

\n
\n
\n
Search for a DirectNotify Category:
\n
\n
\nDisplay all DirectNotify Categories
\n\nDirectNotify Web Interface\n\n\n
\n

DirectNotify Web Interface

\n
\n
\n
Search for a DirectNotify Category:
\n
\n
\n
Display all DirectNotify Categories
\nLog Off\n' % (authToken, self.pageToHit, authToken, authToken)) def logOut(self, replyTo, authToken): # Delete token from auth list