diff --git a/webServer.py b/webServer.py index 6cd26484..d14230af 100644 --- a/webServer.py +++ b/webServer.py @@ -296,11 +296,13 @@ class Headphones: page.append('''

Import or Sync Your iTunes Library


Enter the full path to your iTunes XML file. i.e. /Users/"username"/Music/iTunes/iTunes Music Library.xml
- note: This process can take a LONG time!


+ note: This process can take a LONG time!

+ Once you click "Submit" you can navigate away from this + page while the process runs.


-



''') +

''') page.append(templates._footer) return page manage.exposed = True