Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cecylia Bocovich
gettor
Commits
2e4ff86c
Commit
2e4ff86c
authored
May 22, 2019
by
Hiro
🏄
Browse files
Fix typo one more time
parent
e7f0f7c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/add_lins_to_db
View file @
2e4ff86c
...
...
@@ -99,7 +99,7 @@ def main():
for
p
in
providers
:
c
.
execute
(
"INSERT INTO links(link, platform, arch, version, provider, status)"
"VALUES ('%s', '%s', '64', '%s', '%s', 'ACTIVE')"
%
(
providers
.
get
(
p
)
+
releases
.
get
(
k
),
k
,
version
,
p
))
)
"VALUES ('%s', '%s', '64', '%s', '%s', 'ACTIVE')"
%
(
providers
.
get
(
p
)
+
releases
.
get
(
k
),
k
,
version
,
p
))
if
__name__
==
"__main__"
:
...
...
Write
Preview
Supports
Markdown
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