[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [gettor/master] Fix typo again
commit e7f0f7c400fbbfc41e2faa017fd8f6e0228edad9
Author: hiro <hiro@xxxxxxxxxxxxxx>
Date: Wed May 22 11:15:52 2019 +0200
Fix typo again
---
scripts/add_lins_to_db | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/scripts/add_lins_to_db b/scripts/add_lins_to_db
index 28a61c5..803f325 100755
--- a/scripts/add_lins_to_db
+++ b/scripts/add_lins_to_db
@@ -99,8 +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__":
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits