mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +00:00
Typo in bootstrap test server
This commit is contained in:
parent
c76b2d4027
commit
44d0a13254
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ def clean_pms(server, path):
|
|||
|
||||
|
||||
def setup_music(music_path):
|
||||
print("Setup files for music section..")
|
||||
print("Setup files for the Music section..")
|
||||
makedirs(music_path, exist_ok=True)
|
||||
|
||||
all_music = {
|
||||
|
|
Loading…
Reference in a new issue