Update main.py

Updated line 123 with correct indentation
This commit is contained in:
umarsear 2021-01-06 01:55:56 -08:00 committed by GitHub
parent 1e4bcdb1f2
commit d68107e489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ while True:
else:
path, parameters = parseURL(obj.group(1))
if path.startswith("/play"):
if path.startswith("/play"):
track=parameters.get("track",None)
cl.send(buildResponse("Playing:\n%s" % play_track(track)))