mirror of
https://github.com/fergalmoran/dss.api.git
synced 2026-01-06 16:43:56 +00:00
Fixed some db stuff and fuck up
This commit is contained in:
@@ -45,6 +45,10 @@ def shuffle():
|
||||
url = "http://%s:%s/a/shuffle" % (settings.RADIO_HOST, settings.RADIO_PORT)
|
||||
r = requests.post(url)
|
||||
|
||||
def play(url):
|
||||
url = "http://%s:%s/a/shuffle" % (settings.RADIO_HOST, settings.RADIO_PORT)
|
||||
r = requests.post(url)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
d = get_server_details("localhost", "8000", "dss")
|
||||
|
||||
Reference in New Issue
Block a user