Skip to content

Commit

Permalink
Cherry Pick from 77437a3
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Oct 16, 2016
1 parent 6145830 commit bd33a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbaAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###

0 comments on commit bd33a4a

Please sign in to comment.