uncomment local server

This commit is contained in:
cwilvx
2024-12-26 21:41:41 +03:00
parent ffa4adccbd
commit 883c845d45
+2 -2
View File
@@ -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)