mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-06 23:39:46 +00:00
Fix typo.
This commit is contained in:
@ -58,7 +58,7 @@ called by the handler.
|
|||||||
Here is how to do it::
|
Here is how to do it::
|
||||||
|
|
||||||
class SupystoryServerCallback(httpserver.SupyHTTPServerCallback):
|
class SupystoryServerCallback(httpserver.SupyHTTPServerCallback):
|
||||||
name = 'WebStats'
|
name = 'Supystory'
|
||||||
|
|
||||||
Now, you have to register the callback, because the HTTP server does not know
|
Now, you have to register the callback, because the HTTP server does not know
|
||||||
what subdirectory it should assign to your callback. Do it with adding a
|
what subdirectory it should assign to your callback. Do it with adding a
|
||||||
|
Reference in New Issue
Block a user