Skip to content

Commit 461a081

Browse files
author
george.k
committed
Merge branch 'master' of github.com:Shaptic/manpage-slackbot into master
2 parents 2576acd + 04a5e26 commit 461a081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manpage-bot/trolling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
def check_piazza(matches):
1010
query = matches.groups()[0]
11-
message = f"https://piazza.com/class/ka1yvdujzl92f6?cid={query} :pizza:"
11+
message = f"https://piazza.com/class/kdwf57prnfr4uy?cid={query} :pizza:"
1212
return message
1313

1414
def check_lmgtfy(matches):

0 commit comments

Comments
 (0)