From 17174016ec6603afe87a65282f9b7eb55f2eafeb Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 17 Aug 2014 21:53:34 +0200 Subject: Remove all trailing whitespaces. --- examples/user_location.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/user_location.py') 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') -- cgit v1.2.3