forked from rDrama/rDrama
1
0
Fork 0
master
justcool393 2022-11-23 10:28:17 -06:00
parent 1c044a1f96
commit b0c0c76eef
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ from files.helpers.const import *
from files.helpers.const_stateful import const_initialize
from files.helpers.settings import reload_settings, start_watching_settings
print("fsdfsd")
app = Flask(__name__, template_folder='templates')
app.url_map.strict_slashes = False
app.jinja_env.cache = {}