mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2025-02-05 09:04:06 +01:00
Fix typoes.
This commit is contained in:
parent
bef4aa2ee1
commit
3c214bb590
@ -71,7 +71,7 @@ informations)::
|
|||||||
|
|
||||||
# registering the callback
|
# registering the callback
|
||||||
callback = SupystoryServerCallback() # create an instance of the callback
|
callback = SupystoryServerCallback() # create an instance of the callback
|
||||||
httpserver.hook('webstats', callback) # register the callback at `/webstats`
|
httpserver.hook('supystory', callback) # register the callback at `/supystory`
|
||||||
|
|
||||||
By the way, don't forget to unhook your callback when unloading your plugin,
|
By the way, don't forget to unhook your callback when unloading your plugin,
|
||||||
unless what it will be impossible to reload the plugin! Append this code to
|
unless what it will be impossible to reload the plugin! Append this code to
|
||||||
|
Loading…
Reference in New Issue
Block a user