summaryrefslogtreecommitdiff
path: root/examples/user_location.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/user_location.py')
-rwxr-xr-xexamples/user_location.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/user_location.py b/examples/user_location.py
index 7edbeabb..2d473678 100755
--- a/examples/user_location.py
+++ b/examples/user_location.py
@@ -38,9 +38,9 @@ class LocationBot(ClientXMPP):
self.current_tune = None
- def start(self, event):
+ async def start(self, event):
self.send_presence()
- self.get_roster()
+ await self.get_roster()
self['xep_0115'].update_caps()
print("Using freegeoip.net to get geolocation.")