pwManager icon indicating copy to clipboard operation
pwManager copied to clipboard

"secret"

Open barnixf opened this issue 2 years ago • 2 comments

  • from secret import get_secret_key
  • cannot import name 'get_secret_key' from 'secret'

barnixf avatar Mar 18 '22 23:03 barnixf

In secret.py:

def get_secret_key():
    return "SECRET_KEY"

where SECRET_KEY is your secret key

runarmod avatar Apr 15 '22 19:04 runarmod

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"

paulfrische avatar Jun 17 '22 13:06 paulfrische