Skip to content

Commit

Permalink
improvement: pep8 style change
Browse files Browse the repository at this point in the history
  • Loading branch information
maduck committed Jul 24, 2020
1 parent bdf89d8 commit f1c71c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ class DiscordBot(discord.Client):
},
{
'function': 'handle_team_code',
'pattern': re.compile(r'.*?(?P<lang>en|fr|de|ru|it|es|cn)?(?P<shortened>-)?\[(?P<team_code>(\d+,?){1,13})\].*',
re.IGNORECASE)
'pattern': re.compile(
r'.*?(?P<lang>en|fr|de|ru|it|es|cn)?(?P<shortened>-)?\[(?P<team_code>(\d+,?){1,13})\].*',
re.IGNORECASE)
}
]

Expand Down

0 comments on commit f1c71c3

Please sign in to comment.