diff --git a/cut_races.py b/cut_races.py index b1005eb..e9432c0 100644 --- a/cut_races.py +++ b/cut_races.py @@ -70,7 +70,7 @@ def cut_to_file(filename, base_dir, stream, start, end, variant='source'): f.write(chunk) -def main(host='condor.host', user='necrobot-read', password=None, database='season_8', base_dir='.', output_dir='.', find=None): +def main(host='condor.live', user='necrobot-read', password=None, database='season_8', base_dir='.', output_dir='.', find=None): logging.basicConfig(level=logging.INFO) if password is None: diff --git a/downloader/downloader/main.py b/downloader/downloader/main.py index b61e44e..62eda2c 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/condor_x", help= +@argh.arg('--league-db', default="necrobot-read:necrobot-read@condor.live/condor_x2", help= "Connection string for database to check for racers and commentators. " "Should be of form USER:PASSWORD@HOST/DATABASE.", )