diff --git a/base.py b/base.py index c5c5828..bcf4f76 100644 --- a/base.py +++ b/base.py @@ -79,7 +79,7 @@ routes: dict = { 'lyrics': importlib.import_module("endpoints.lyric_search").LyricSearch(app, util, constants), 'lastfm': importlib.import_module("endpoints.lastfm").LastFM(app, util, constants), 'yt': importlib.import_module("endpoints.yt").YT(app, util, constants), - 'xc': importlib.import_module("endpoints.xc").XC(app, util, constants), + # 'xc': importlib.import_module("endpoints.xc").XC(app, util, constants), 'karma': importlib.import_module("endpoints.karma").Karma(app, util, constants), 'radio': importlib.import_module("endpoints.radio").Radio(app, util, constants), 'mgr': importlib.import_module("endpoints.mgr.mgr_test").Mgr(app, util, constants), diff --git a/endpoints/xc.py b/endpoints/xc.py index 41b5e8b..b3fc4ae 100644 --- a/endpoints/xc.py +++ b/endpoints/xc.py @@ -33,8 +33,7 @@ class XC(FastAPI): raise HTTPException(status_code=403, detail="Unauthorized") BID_ADDR_MAP: dict = { - 0: '10.10.10.101:5991', # Patrick (a.k.a. Thomas a.k.a. Aces) - # TODO: add Havoc? + # TODO: add Havoc? } if not bid in BID_ADDR_MAP: