mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-18 08:02:49 +01:00
src/httpserver.py: fix typo.
This commit is contained in:
parent
7d8258f6a2
commit
4ac82fb411
@ -126,7 +126,7 @@ class SupyHTTPServerCallback:
|
|||||||
name = "Unnamed plugin"
|
name = "Unnamed plugin"
|
||||||
defaultResponse = _("""
|
defaultResponse = _("""
|
||||||
This is a default response of the Supybot HTTP server. If you see this
|
This is a default response of the Supybot HTTP server. If you see this
|
||||||
message, it probably means you are developping a plugin, and you have
|
message, it probably means you are developing a plugin, and you have
|
||||||
neither overriden this message or defined an handler for this query.""")
|
neither overriden this message or defined an handler for this query.""")
|
||||||
|
|
||||||
def doGet(self, handler, path, *args, **kwargs):
|
def doGet(self, handler, path, *args, **kwargs):
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"""stick the various versioning attributes in here, so we only have to change
|
"""stick the various versioning attributes in here, so we only have to change
|
||||||
them once."""
|
them once."""
|
||||||
version = '0.83.4.1+limnoria (2011-08-06T18:53:15+0200)'
|
version = '0.83.4.1+limnoria (2011-08-06T18:53:53+0200)'
|
||||||
|
Loading…
Reference in New Issue
Block a user