remove imdb users from config, load from db

This commit is contained in:
ducklet 2021-07-08 09:56:37 +02:00
parent 60f0152f9d
commit cd42b95e49
2 changed files with 5 additions and 5 deletions

View file

@ -13,5 +13,4 @@ config_path = os.getenv("UNWIND_CONFIG", "./data/config.toml")
_config = toml.load(config_path)
imdb = _config["imdb"]
api_credentials = _config["api"]["credentials"]