aboutsummaryrefslogtreecommitdiff
path: root/https-sync-repos.py
diff options
context:
space:
mode:
Diffstat (limited to 'https-sync-repos.py')
-rwxr-xr-xhttps-sync-repos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/https-sync-repos.py b/https-sync-repos.py
index ff1dd90..4b4c735 100755
--- a/https-sync-repos.py
+++ b/https-sync-repos.py
@@ -18,7 +18,7 @@ head = "https://git.cryptech.is/"
tail = ".git"
errs = 0
-for elt in ElementTree(file = urlopen(trac_page)).iter("{http://www.w3.org/1999/xhtml}tt"):
+for elt in ElementTree(file = urlopen(trac_page)).iter("{http://www.w3.org/1999/xhtml}code"):
if elt.text.startswith(head) and elt.text.endswith(tail):
url = elt.text
repo = url[len(head):-len(tail)]