From bd33a4aac68506ae41f48b6f7192ac00d841b7c4 Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Sun, 16 Oct 2016 15:50:15 -0400 Subject: [PATCH] Cherry Pick from 77437a3 --- tbaAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbaAPI.py b/tbaAPI.py index e75feaf..5c59916 100644 --- a/tbaAPI.py +++ b/tbaAPI.py @@ -264,5 +264,5 @@ def post_video(token, secret, event_key, match_video): raise Exception(r.content) def get_event_hashtag(event_key): - return re.search('\D+', event_key).group() + return "frc" + re.search('\D+', event_key).group() ### END ### \ No newline at end of file