Removed unused config
This commit is contained in:
parent
b4aefff06d
commit
3bfc3f0673
1 changed files with 1 additions and 2 deletions
|
@ -168,8 +168,7 @@ def main():
|
|||
"username": os.environ.get("QBITTORRENT_USER", ""),
|
||||
"password": os.environ.get("QBITTORRENT_PASS", ""),
|
||||
"exporter_port": int(os.environ.get("EXPORTER_PORT", "8000")),
|
||||
"log_level": os.environ.get("EXPORTER_LOG_LEVEL", "INFO"),
|
||||
"include_uncategorized": os.environ.get("QBITTORRENT_INCLUDE_UNCATEGORIZED", "false"),
|
||||
"log_level": os.environ.get("EXPORTER_LOG_LEVEL", "INFO")
|
||||
}
|
||||
|
||||
# Register signal handler
|
||||
|
|
Loading…
Reference in a new issue