diff --git a/piphone.py b/piphone.py index bdce82ec7f8d81709e0dd927c0b173c5eeabe868..0e0a5fef2b4ccde02649fff6ae1dff633a33fd1e 100644 --- a/piphone.py +++ b/piphone.py @@ -16,7 +16,7 @@ from operator import itemgetter import jwt import websockets -from bottle import request, abort, Bottle, JSONPlugin, template, static_file +from bottle import request, abort, Bottle, JSONPlugin, template, static_file, auth_basic from bottle_sqlite import SQLitePlugin import ari