Skip to content

Commit

Permalink
DOC: Added a comment for default value
Browse files Browse the repository at this point in the history
  • Loading branch information
khalford committed Aug 5, 2024
1 parent d7a9352 commit 75ffad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud_chatops/src/pr_reminder.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class PostPRsToSlack:
"""
This class handles the Slack posting.
"""

# The default channel is dev-chatops
def __init__(self, mention=False, channel="C06U37Y02R4"):
self.channel = channel
self.thread_ts = ""
Expand Down

0 comments on commit 75ffad8

Please sign in to comment.