build: docker

This commit is contained in:
mol
2023-04-19 13:14:13 +08:00
parent 8f884cc352
commit a2caaddef4
7 changed files with 29 additions and 7 deletions

View File

@ -25,9 +25,9 @@ def start():
sync()
# if len(delPlaylistIds) > 0:
# for delId in delPlaylistIds:
# delPlaylist(delId, token)
if len(delPlaylistIds) > 0:
for delId in delPlaylistIds:
delPlaylist(delId, token)
if __name__ == 'main':
start()