Skip to content

Commit d961c24

Browse files
committed
change print format
1 parent 3ea97fd commit d961c24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

musicDL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def create_dir():
1818

1919
def main():
2020

21-
print(f"\n\t\tEnter \n\n\t1 - download a song \n\t2 - download a YouTube Playlist\n\t3 - download a Spotify Playlist:",end=" ")
21+
print(f"\nEnter \n\n1 - download a song \n2 - download a YouTube Playlist\n3 - download a Spotify Playlist:",end=" ")
2222
ch = int(input())
2323
yt = yt_downloader()
2424
spdl = spotify_downloader()

0 commit comments

Comments
 (0)