1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

[519] Change Beta Location

This commit is contained in:
David Sangrey 2024-05-27 09:52:16 -04:00
parent dbeaac657b
commit 99a7451b5d
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -485,7 +485,7 @@ config = get_config()
def get_update_feed() -> str:
"""Select the proper update feed for the current update track."""
if config.get_bool('beta_optin'):
return 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/beta/edmarketconnector.xml'
return 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector-beta.xml'
return 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'