Removed unused config

This commit is contained in:
Gab 2020-10-21 18:58:17 -04:00
parent b4aefff06d
commit 3bfc3f0673

View file

@ -168,8 +168,7 @@ def main():
"username": os.environ.get("QBITTORRENT_USER", ""), "username": os.environ.get("QBITTORRENT_USER", ""),
"password": os.environ.get("QBITTORRENT_PASS", ""), "password": os.environ.get("QBITTORRENT_PASS", ""),
"exporter_port": int(os.environ.get("EXPORTER_PORT", "8000")), "exporter_port": int(os.environ.get("EXPORTER_PORT", "8000")),
"log_level": os.environ.get("EXPORTER_LOG_LEVEL", "INFO"), "log_level": os.environ.get("EXPORTER_LOG_LEVEL", "INFO")
"include_uncategorized": os.environ.get("QBITTORRENT_INCLUDE_UNCATEGORIZED", "false"),
} }
# Register signal handler # Register signal handler