xep_0202: Fix plugin_init docstring
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
1cdc656208
commit
fde8264191
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class XEP_0202(BasePlugin):
|
|||
}
|
||||
|
||||
def plugin_init(self):
|
||||
"""Start the XEP-0203 plugin."""
|
||||
"""Start the XEP-0202 plugin."""
|
||||
|
||||
if not self.local_time:
|
||||
def default_local_time(jid):
|
||||
|
|
Loading…
Reference in a new issue