🔶 fix passed time converter function

This commit is contained in:
geoffrey45
2022-04-08 21:01:36 +03:00
parent 6cd982c8ee
commit 6e360fcdac
4 changed files with 73 additions and 10 deletions
+2 -2
View File
@@ -1,8 +1,7 @@
"""
This library contains all the functions related to playlists.
"""
import base64
import io
import os
import random
import string
@@ -53,6 +52,7 @@ def create_all_playlists():
_bar = Bar("Creating playlists", max=len(playlists))
for playlist in playlists:
api.PLAYLISTS.append(models.Playlist(playlist))
_bar.next()
_bar.finish()