diff options
-rwxr-xr-x | gard-v2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ dmaxlag = 5.5 * 3600 relmaxlag = 2 * 3600 * 24 HOME = os.getenv('HOME') -reportpath = HOME + "/gard/reports" +reportpath = HOME + "/gard/reports/" bugurl = "http://bugs.gentoo.org/buglist.cgi?query_format=advanced&product=Mirrors&status_whiteboard_type=allwordssubstr&status_whiteboard=due&bug_status=ASSIGNED&columnlist=bug_id,opendate,bug_status,resolution,short_desc,status_whiteboard&ctype=csv" def start_logging(url, bugnum, proto): |