mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-21 00:14:02 +01:00
added itunes xml import
This commit is contained in:
+1
-2
@@ -15,7 +15,6 @@ import os
|
||||
|
||||
FULL_PATH = os.path.dirname(os.path.abspath(__file__))
|
||||
config_file = os.path.join(FULL_PATH, 'config.ini')
|
||||
db = os.path.join(FULL_PATH, 'headphones.db')
|
||||
|
||||
|
||||
if os.path.exists(config_file):
|
||||
@@ -77,7 +76,7 @@ def serverstart():
|
||||
|
||||
#Start threads
|
||||
threadtool(cherrypy.engine).subscribe()
|
||||
|
||||
cherrypy.engine.timeout_monitor.unsubscribe()
|
||||
cherrypy.quickstart(webServer.Headphones(), config = conf)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user