KalleHallden / pwManager

184 stars 74 forks source link

"secret" #21

Open barnixf opened 2 years ago

barnixf commented 2 years ago
runarmod commented 2 years ago

In secret.py:

def get_secret_key():
    return "SECRET_KEY"

where SECRET_KEY is your secret key

paulfrische commented 2 years ago

In secret.py:

def get_secret_key():
    return "SECRET_KEY"

where SECRET_KEY is your secret key

secret is a built in python module, so u shouldnt call a file "secret.py"