Renaming: opaque->nopaque

This commit is contained in:
Patrick Jentsch
2019-12-02 11:34:28 +01:00
parent da2f7f6c7d
commit f63a850175
16 changed files with 45 additions and 45 deletions

View File

@ -48,7 +48,7 @@ def register():
username=registration_form.username.data)
db.session.add(user)
db.session.commit()
dir = os.path.join(current_app.config['OPAQUE_STORAGE_DIRECTORY'],
dir = os.path.join(current_app.config['NOPAQUE_STORAGE'],
str(user.id))
try:
os.makedirs(dir)