X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=scripts%2Fml-web.py;h=c93b5fd88c2243a4d923d2a795065592e605b417;hb=e98603cf1bd1a7a5ae24d96a3ad69e21a26ff67a;hp=773be00e1cbefd9f007b090c7582087c0a286861;hpb=7657209274b9f0e441e8ec54f6cf15c4a98a0c9f;p=m_librarian.git diff --git a/scripts/ml-web.py b/scripts/ml-web.py index 773be00..c93b5fd 100755 --- a/scripts/ml-web.py +++ b/scripts/ml-web.py @@ -7,9 +7,9 @@ import webbrowser from bottle import thread # portable import from m_librarian.db import open_db -import m_librarian.web.app # noqa: F401 imported but unused from m_librarian.web.server import run_server from m_librarian.web.utils import get_lock, close_lock, get_open_port +import m_librarian.web.app # noqa: F401 imported but unused def start_browser(port):