init: missing import logging

Otherwise:

 NameError: name 'logging' is not defined

is reported.
master
OpenGnSys Support Team 2023-12-04 10:04:19 +01:00
parent 2858436341
commit 2108d974bd
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from flask_wtf.csrf import CSRFProtect
from flask_bootstrap import Bootstrap
from flask_babel import Babel
from flask import Flask
from flask.logging import logging
from os import urandom
ogcp_cfg_path = 'cfg/ogcp.json'