mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-30 15:19:40 +03:00
[519] Change Beta Location
This commit is contained in:
parent
dbeaac657b
commit
99a7451b5d
@ -485,7 +485,7 @@ config = get_config()
|
|||||||
def get_update_feed() -> str:
|
def get_update_feed() -> str:
|
||||||
"""Select the proper update feed for the current update track."""
|
"""Select the proper update feed for the current update track."""
|
||||||
if config.get_bool('beta_optin'):
|
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'
|
return 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user