Overall linting #3

Merged
alexandre merged 13 commits from linting into master 2021-12-06 21:29:02 +01:00
Showing only changes of commit c10e01706a - Show all commits

View File

@@ -4,7 +4,7 @@ A module that is used to store the current app's config
import os
class Config(object):
class Config():
SECRET_KEY = os.environ.get("SECRET_KEY")
if SECRET_KEY is None:
raise Exception("[!!] No secret key was given")