From 883c845d45d7a9e2a934e5a62f8b7fae53e02422 Mon Sep 17 00:00:00 2001 From: cwilvx Date: Thu, 26 Dec 2024 21:41:41 +0300 Subject: [PATCH] uncomment local server --- app/plugins/mixes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/plugins/mixes.py b/app/plugins/mixes.py index 99f1bbf0..36924b5b 100644 --- a/app/plugins/mixes.py +++ b/app/plugins/mixes.py @@ -41,8 +41,8 @@ class MixesPlugin(Plugin): def __init__(self): super().__init__("mixes", "Mixes") - # self.server = "https://smcloud.mungaist.com" - self.server = "http://localhost:1956" + self.server = "https://smcloud.mungaist.com" + # self.server = "http://localhost:1956" # server_online = self.ping_server() self.set_active(True)