remove imdb users from config, load from db
This commit is contained in:
parent
60f0152f9d
commit
cd42b95e49
2 changed files with 5 additions and 5 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue