mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-04 07:04:40 -04:00
Start to add types
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ CONF = cfg.CONF
|
||||
LOG = logging.getLogger("gunicorn.access")
|
||||
|
||||
auth = HTTPBasicAuth()
|
||||
users = {}
|
||||
users: dict[str, str] = {}
|
||||
app = Flask(
|
||||
"aprsd",
|
||||
static_url_path="/static",
|
||||
|
||||
Reference in New Issue
Block a user