Skip to content
Snippets Groups Projects

Merge remote-tracking branch 'refs/remotes/origin/production' into newellworldorder-patch-2

Closed Sean requested to merge newellworldorder-patch-2 into production
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -52,7 +52,7 @@ def callback(self):
lng = gLatLong[2]
try:
baseurl = 'https://api.forecast.io/forecast/'
baseurl = 'https://api.darksky.net/'
# remove unnecessary categories
options = '?units=auto&exclude=minutely,hourly'
r = urllib2.urlopen(baseurl + fApiKey + '/%s,%s' % (lat, lng) + options)
Loading