Missing quote in chat url line
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user