Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
modules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KittyHawk
modules
Merge requests
!155
Merge remote-tracking branch 'refs/remotes/origin/production' into newellworldorder-patch-2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Merge remote-tracking branch 'refs/remotes/origin/production' into newellworldorder-patch-2
newellworldorder-patch-2
into
production
Overview
0
Commits
2
Pipelines
0
Changes
1
Closed
Sean
requested to merge
newellworldorder-patch-2
into
production
8 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Created by: newellworldorder
0
0
Merge request reports
Compare
production
production (base)
and
latest version
latest version
ca205ca5
2 commits,
6 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
weather.py
+
1
−
1
Options
@@ -52,7 +52,7 @@ def callback(self):
lng
=
gLatLong
[
2
]
try
:
baseurl
=
'
https://api.
forecast.io/forecas
t/
'
baseurl
=
'
https://api.
darksky.ne
t/
'
# remove unnecessary categories
options
=
'
?units=auto&exclude=minutely,hourly
'
r
=
urllib2
.
urlopen
(
baseurl
+
fApiKey
+
'
/%s,%s
'
%
(
lat
,
lng
)
+
options
)
Loading