Missing quote in chat url line

This commit is contained in:
2025-11-01 09:46:52 +00:00
parent d8bd15683b
commit 8301767ce5

View File

@@ -42,7 +42,7 @@ FEED_CONFIG = {
"domain": "bugs.koozali.org", "domain": "bugs.koozali.org",
"feed_path": "/buglist.cgi?chfield=%5BBug%20creation%5D&chfieldfrom=7d&ctype=atom&title=Bugs%20reported%20in%20the%20last%207%20days", "feed_path": "/buglist.cgi?chfield=%5BBug%20creation%5D&chfieldfrom=7d&ctype=atom&title=Bugs%20reported%20in%20the%20last%207%20days",
#"chat_url": os.getenv("TEST_CHAT_URL"), #"chat_url": os.getenv("TEST_CHAT_URL"),
chat_url": os.getenv("BUGZILLA_CHAT_URL"), "chat_url": os.getenv("BUGZILLA_CHAT_URL"),
"filter_field": "status", "filter_field": "status",
"filter_value": "open", "filter_value": "open",
"bypass_filter": True, "bypass_filter": True,