whoops wrong bug url should be ?id= not ?bug=
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 21 Feb 2024 11:30:02 +0000 (11:30 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 21 Feb 2024 11:30:02 +0000 (11:30 +0000)
src/budget_sync/main.py

index 2a388c885ce68a49bcb9dd98b6be853872cbbde6..7e0850678d223579c1a41349335128f6904b55e8 100644 (file)
@@ -19,7 +19,7 @@ def spc(s):
     return s # not needed when using <pre> instead of <tt>
     return s.replace(" ", "&nbsp;")
 
-bugurl = "https://bugs.libre-soc.org/show_bug.cgi?bug="
+bugurl = "https://bugs.libre-soc.org/show_bug.cgi?id="
 
 def main():
     parser = argparse.ArgumentParser(