Skip to content

Commit 97dc8a5

Browse files
Update tech.py
Lower randomness.
1 parent ea6cd4f commit 97dc8a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pybot/endpoints/slack/event_messages

pybot/endpoints/slack/event_messages/tech.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _filter_matches(self, lines: List[str], two_col_org_row: Pattern[str]) -> Ge
5353
class TechTerms:
5454
# shared across all instances
5555
TERMS = {}
56-
ADD_GITHUB_CHANCE = 1
56+
ADD_GITHUB_CHANCE = 0.25
5757

5858
def __init__(self, channel: str, user: str, input_text: str, app):
5959

0 commit comments

Comments
 (0)