diff --git a/creation_helpers.py b/creation_helpers.py index 5a33d5d..1356b10 100644 --- a/creation_helpers.py +++ b/creation_helpers.py @@ -447,7 +447,10 @@ CLUB_LIST = { 'TEX': 'Texas Rangers', 'TOR': 'Toronto Blue Jays', 'WSN': 'Washington Nationals', - 'TOT': 'None' + 'TOT': 'None', + '2 Tms': 'None', + '3 Tms': 'None', + '4 Tms': 'None' } diff --git a/db_calls.py b/db_calls.py index 0d9a691..0864804 100644 --- a/db_calls.py +++ b/db_calls.py @@ -8,7 +8,7 @@ from typing import Literal, Optional AUTH_TOKEN = {'Authorization': f'Bearer Tp3aO3jhYve5NJF1IqOmJTmk'} DB_URL = 'https://pd.manticorum.com/api' master_debug = True -alt_database = 'dev' +alt_database = False if alt_database == 'dev': DB_URL = 'https://pddev.manticorum.com/api' diff --git a/live_series_update.py b/live_series_update.py index b894c1e..bc0adaf 100644 --- a/live_series_update.py +++ b/live_series_update.py @@ -30,7 +30,7 @@ logging.basicConfig( format='%(asctime)s - card-creation - %(levelname)s - %(message)s', level=log_level ) -CARD_BASE_URL = 'https://pddev.manticorum.com/api/v2/players' +CARD_BASE_URL = 'https://pd.manticorum.com/api/v2/players' def sanitize_name(start_name: str) -> str: