]> git.phdru.name Git - m_librarian.git/blobdiff - scripts/ml-web.py
Docs: Update TODO
[m_librarian.git] / scripts / ml-web.py
index 0387bc67088abab00d464681cae3f5afd70e6968..c93b5fd88c2243a4d923d2a795065592e605b417 100755 (executable)
@@ -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):
@@ -18,7 +18,7 @@ def start_browser(port):
 
 
 if __name__ == '__main__':
-    parser = argparse.ArgumentParser(description='Init')
+    parser = argparse.ArgumentParser(description='m_Librarin web interface')
     parser.add_argument('-p', '--port', help='HTTP server port')
     args = parser.parse_args()