commit be99a1732729a334831f203d2df5a2970d83ad63
Author: hiro <[email protected]>
Date: Wed May 22 11:15:03 2019 +0200
Fix typo
---
scripts/add_lins_to_db | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/add_lins_to_db b/scripts/add_lins_to_db
index 525a394..28a61c5 100755
--- a/scripts/add_lins_to_db
+++ b/scripts/add_lins_to_db
@@ -100,7 +100,7 @@ def main():
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))
- )
+ )
if __name__ == "__main__":
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits