1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
This commit is contained in:
lapineige 2024-03-07 00:18:48 +01:00 committed by Alexandre Aubin
parent e11f960ef5
commit 40a3650a4f

View file

@ -45,7 +45,7 @@ from urllib import parse
from secrets import token_urlsafe
#### GLOBAL VARIABLES
YOLOGEN_VERSION = "0.8.4"
YOLOGEN_VERSION = "0.8.5"
GENERATOR_DICT = {"GENERATOR_VERSION": YOLOGEN_VERSION}
#### Create FLASK and Jinja Environments