This commit is contained in:
lapineige 2024-03-07 00:18:48 +01:00 committed by Alexandre Aubin
parent c2715b9012
commit a3c532ef37

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