From b77246929baebb5ad0a24b7c9be13473521c1dbd Mon Sep 17 00:00:00 2001 From: mytja Date: Wed, 19 Jun 2024 23:45:38 +0200 Subject: [PATCH] question mark --- commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/__init__.py b/commands/__init__.py index f85d9bf..4036e29 100644 --- a/commands/__init__.py +++ b/commands/__init__.py @@ -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: