We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5700e3b commit 5686ba6Copy full SHA for 5686ba6
1 file changed
brawlstats/utils.py
@@ -29,7 +29,7 @@ def set_brawlers(self, brawlers):
29
30
31
def bstag(tag):
32
- tag = tag.strip('#').upper().replace('O', '0')
+ tag = tag.strip('#').upper()
33
allowed = '0289PYLQGRJCUV'
34
35
if len(tag) < 3:
0 commit comments