X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=scripts%2Fml-web.py;fp=scripts%2Fml-web.py;h=c93b5fd88c2243a4d923d2a795065592e605b417;hb=3dc2cc5a2a9967b89f3017b2f9214821b5582c6a;hp=773be00e1cbefd9f007b090c7582087c0a286861;hpb=9b160b43ffd08bcc0190f866208e3f148148b08e;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):