]> piware.de Git - bin.git/blobdiff - workitems.py
workitems.py: Drop debugging leftover
[bin.git] / workitems.py
index 7b3ebef577b2319564588f455c2f4e2108bfd994..fa40e47764b0800d579b0f252df41171a2e1d27c 100755 (executable)
@@ -143,7 +143,7 @@ def get_blueprint_status(blueprint_url):
 
     found_status = False
     result = []
-    for l in urllib.urlopen(blueprint_url + '?'):
+    for l in urllib.urlopen(blueprint_url):
         end = False
         if not found_status:
             if status_re.search(l):