Code tidy.

This commit is contained in:
Dave Page
2016-06-21 14:21:06 +01:00
parent 3026b470e9
commit 7d0fe669ca
114 changed files with 3891 additions and 3680 deletions

View File

@@ -18,7 +18,6 @@ import config
@login_required
def get_storage_directory():
if config.SERVER_MODE is not True:
return None
@@ -47,7 +46,6 @@ def get_storage_directory():
def init_app(app):
if config.SERVER_MODE is not True:
return None