Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hiro
GetTor
Commits
9a1dfc44
Commit
9a1dfc44
authored
May 22, 2019
by
Hiro
🏄
Browse files
Fix typo in script
parent
bef9ab4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/add_lins_to_db
View file @
9a1dfc44
...
...
@@ -103,7 +103,7 @@ def main():
release_link
=
releases
.
get
(
k
).
replace
(
"en-US"
,
l
)
c
.
execute
(
"INSERT INTO links(link, platform, language, arch, version, provider, status)"
"VALUES ('%s', '%s', '64', '%s', '%s', 'ACTIVE')"
%
(
providers
.
get
(
p
)
+
release_link
,
k
,
version
,
p
))
"VALUES ('%s', '%s',
'%s',
'64', '%s', '%s', 'ACTIVE')"
%
(
providers
.
get
(
p
)
+
release_link
,
k
,
l
,
version
,
p
))
if
__name__
==
"__main__"
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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