mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix artist color mapping
This commit is contained in:
@@ -15,7 +15,8 @@ def log_startup_info():
|
||||
adresses = [FLASKVARS.get_flask_host()]
|
||||
|
||||
if FLASKVARS.get_flask_host() == "0.0.0.0":
|
||||
adresses = ["localhost", get_ip()]
|
||||
remote_ip = get_ip()
|
||||
adresses = ["localhost"] + ([remote_ip] if remote_ip else [])
|
||||
|
||||
print("Started app on:")
|
||||
for address in adresses:
|
||||
|
||||
Reference in New Issue
Block a user