summaryrefslogtreecommitdiff
path: root/examples/user_location.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/user_location.py')
-rwxr-xr-xexamples/user_location.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/user_location.py b/examples/user_location.py
index 5a30f7af..7edbeabb 100755
--- a/examples/user_location.py
+++ b/examples/user_location.py
@@ -22,7 +22,7 @@ from slixmpp import ClientXMPP
class LocationBot(ClientXMPP):
def __init__(self, jid, password):
- super(LocationBot, self).__init__(jid, password)
+ super().__init__(jid, password)
self.add_event_handler('session_start', self.start)
self.add_event_handler('user_location_publish',