From b8c86eac52f872676e7b1cf6bca7fdf13f08f04f Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Sun, 18 Jul 2021 14:43:37 +1000 Subject: [PATCH] list_races: update for condor xii --- list_races.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list_races.py b/list_races.py index 13baa71..71654ec 100644 --- a/list_races.py +++ b/list_races.py @@ -40,7 +40,7 @@ def ts(dt): return dt.strftime("%FT%T") -def main(find1, find2, host='condor.live', user='necrobot-read', password=None, database='condor_x2'): +def main(find1, find2, host='condor.live', user='necrobot-read', password=None, database='condor_xii'): logging.basicConfig(level=logging.INFO) if password is None: