Skip to content

Commit

Permalink
clean default
Browse files Browse the repository at this point in the history
  • Loading branch information
algapster committed Apr 10, 2024
1 parent 8bf1e22 commit 4fe95fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
slack_params_dict = {
"slack_enabled": os.getenv("SLACK_ENABLED"),
"slack_token": os.getenv("SLACK_TOKEN"),
"pages_to_read": int(os.getenv("SLACK_PAGES_TO_READ", 5)),
"pages_to_read": int(os.getenv("SLACK_PAGES_TO_READ")),
"channels": {
"cve": os.getenv("SLACK_CHANNEL_CVE"),
"news": os.getenv("SLACK_CHANNEL_NEWS"),
Expand Down

0 comments on commit 4fe95fb

Please sign in to comment.