hacky charxml uploader until i do it the right way

This commit is contained in:
aronwk-aaron
2022-10-16 22:14:12 -05:00
parent f54e9bf9b4
commit dce4466487
5 changed files with 65 additions and 2 deletions

View File

@@ -264,6 +264,10 @@ def register_settings(app):
'USER_EMAIL_SENDER_EMAIL',
app.config['USER_EMAIL_SENDER_EMAIL']
)
app.config['ENABLE_CHAR_XML_UPLOAD'] = os.getenv(
'ENABLE_CHAR_XML_UPLOAD',
app.config['ENABLE_CHAR_XML_UPLOAD']
)
def gm_level(gm_level):