mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
uncomment local server
This commit is contained in:
@@ -41,8 +41,8 @@ class MixesPlugin(Plugin):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__("mixes", "Mixes")
|
super().__init__("mixes", "Mixes")
|
||||||
# self.server = "https://smcloud.mungaist.com"
|
self.server = "https://smcloud.mungaist.com"
|
||||||
self.server = "http://localhost:1956"
|
# self.server = "http://localhost:1956"
|
||||||
|
|
||||||
# server_online = self.ping_server()
|
# server_online = self.ping_server()
|
||||||
self.set_active(True)
|
self.set_active(True)
|
||||||
|
|||||||
Reference in New Issue
Block a user