This commit is contained in:
Q
2023-08-19 22:05:12 +03:00
parent 24172b6bb6
commit b24e9afd37
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ from utils.files import (
db_maintenance, db_maintenance,
) )
__VERSION__ = "20230818.0" __VERSION__ = "20230819.0"
app = Flask(__name__) app = Flask(__name__)
app.config.from_object(__name__) app.config.from_object(__name__)
app.config.from_prefixed_env() app.config.from_prefixed_env()

View File

@@ -247,7 +247,7 @@ fi
exit $? exit $?
} }
[[ "$CMD" = details ]] && { [[ "$CMD" = details ]] && {
_details "$NAME" _details "$FILE"
exit $? exit $?
} }