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", ""),
|
"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
|
||||||
|
|
Loading…
Reference in a new issue