mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-04 22:39:50 +00:00
Fix typoes.
This commit is contained in:
@ -71,7 +71,7 @@ informations)::
|
||||
|
||||
# registering 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,
|
||||
unless what it will be impossible to reload the plugin! Append this code to
|
||||
|
Reference in New Issue
Block a user