mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Fix typo
This commit is contained in:
parent
2fc3c4873c
commit
59b5a1a121
@ -60,7 +60,7 @@ class aiWebServer(SystemInformation):
|
||||
except KeyError:
|
||||
# MagicWord issue. Malformed URL
|
||||
replyTo.respond('<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\n<html>\n<head>\n<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">\n<TITLE>Magic Word Error</title>\n</head><body>Please check the URL. Transaction could not be completed. Malformed URL.</BODY>\n</HTML>')
|
||||
return
|
||||
return
|
||||
|
||||
# Next we execute the magic word request
|
||||
if theMagicWord == 'aiobjectcount':
|
||||
|
Loading…
x
Reference in New Issue
Block a user