From 59b5a1a121bbd526b76ba11c2d445555f3a30b3c Mon Sep 17 00:00:00 2001 From: Joe Hager Date: Wed, 3 Oct 2007 01:14:13 +0000 Subject: [PATCH] Fix typo --- direct/src/http/webAIInspector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/http/webAIInspector.py b/direct/src/http/webAIInspector.py index 5e9f9cf8de..4107947b4d 100755 --- a/direct/src/http/webAIInspector.py +++ b/direct/src/http/webAIInspector.py @@ -60,7 +60,7 @@ class aiWebServer(SystemInformation): except KeyError: # MagicWord issue. Malformed URL replyTo.respond('\n\n\n\nMagic Word Error\nPlease check the URL. Transaction could not be completed. Malformed URL.\n') - return + return # Next we execute the magic word request if theMagicWord == 'aiobjectcount':