🐛 fixed downloading bug

This commit is contained in:
NikolajDanger
2021-08-18 17:49:51 +02:00
parent f07a7e169f
commit 3d592e05b1
3 changed files with 17 additions and 5 deletions

View File

@ -130,6 +130,8 @@ def get_credentials():
credentials["wolfram_alpha_key"] = data["wolframalpha appid"]
credentials["radarr_key"] = data["radarr api key"]
credentials["sonarr_key"] = data["sonarr api key"]
credentials["qbittorrent_username"] = data["qbittorrent username"]
credentials["qbittorrent_password"] = data["qbittorrent password"]
return credentials