Skip to content

Commit

Permalink
question mark
Browse files Browse the repository at this point in the history
  • Loading branch information
mytja committed Jun 19, 2024
1 parent 5bbd04e commit b772469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async def update():
continue
''' Track Playback '''
track = server.queue[server.queueIndex]
#print(f"Playing track {track}")
print(f"Playing track {track}")
url = track["requested_formats"][-1]["url"]
print(f"Fetched URL {url}")
try:
Expand Down

0 comments on commit b772469

Please sign in to comment.