if not url.startswith('http'):
url = urlparse.urljoin('https://{0}'.format(self.server), self.api_base + '/' + url.strip('/'))
return url
Thanks, very helpful! I will get that fixed and push out a patch.
The loggers message is just because your application that uses the library did not setup logging (uses python standard logging), so that is expected. (But not an error per se.)
Hans
--
You received this message because you are subscribed to a topic in the Google Groups "Strava API" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/strava-api/foslbe-WQNY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to strava-api+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
--