Skip to content

Commit cb061fd

Browse files
committed
update regex link
1 parent ab26c34 commit cb061fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def update_forum_id(ack, respond, command, context):
132132
# Listens for any message with a piazza tag in it. Piazza tags take the form
133133
# "@123", where the number is the id of a post on Piazza.
134134
#
135-
# https://regex101.com/r/eMmguY/1
135+
# https://regex101.com/r/fBz50F/1
136136
@app.message(re.compile(r'@(\d+[,|\ |\n|.|?|\r|\t]|\d+$)'))
137137
def regex_message_match(say, context, event, client, logger, body):
138138
global cache

0 commit comments

Comments
 (0)