Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSUG
RESIF
ws-statistics
Commits
b91c2437
Commit
b91c2437
authored
Mar 01, 2021
by
Jerome Touvier
Browse files
fix remove requests field
parent
4fbe1425
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/output.py
View file @
b91c2437
...
...
@@ -271,7 +271,7 @@ def map_requests(params, data):
for
code
,
requests
in
data
:
country
=
codes
.
get
(
code
)
if
country
:
if
country
and
requests
:
for
i
,
name
in
enumerate
(
geodata
[
"name"
]):
if
country
.
lower
()
in
name
:
geodata
[
"requests"
][
i
]
+=
requests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment