diff --git a/downloader/downloader/main.py b/downloader/downloader/main.py index d0664a1..b61e44e 100644 --- a/downloader/downloader/main.py +++ b/downloader/downloader/main.py @@ -595,7 +595,7 @@ class SegmentGetter(object): "Twitch channels to watch. Add a '!' suffix to indicate they're expected to be always up. " "This affects retry interval, error reporting and monitoring." ) -@argh.arg('--league-db', default="necrobot-read:necrobot-read@condor.host/season_9", help= +@argh.arg('--league-db', default="necrobot-read:necrobot-read@condor.host/condor_x", help= "Connection string for database to check for racers and commentators. " "Should be of form USER:PASSWORD@HOST/DATABASE.", )