diff options
Diffstat (limited to 'examples/user_location.py')
-rwxr-xr-x | examples/user_location.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/user_location.py b/examples/user_location.py index 8840ec85..5a30f7af 100755 --- a/examples/user_location.py +++ b/examples/user_location.py @@ -25,7 +25,7 @@ class LocationBot(ClientXMPP): super(LocationBot, self).__init__(jid, password) self.add_event_handler('session_start', self.start) - self.add_event_handler('user_location_publish', + self.add_event_handler('user_location_publish', self.user_location_publish) self.register_plugin('xep_0004') |