Skip to content

Commit 5686ba6

Browse files
committed
remove replacement of O (the letter) (addresses #49)
1 parent 5700e3b commit 5686ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

brawlstats/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def set_brawlers(self, brawlers):
2929

3030

3131
def bstag(tag):
32-
tag = tag.strip('#').upper().replace('O', '0')
32+
tag = tag.strip('#').upper()
3333
allowed = '0289PYLQGRJCUV'
3434

3535
if len(tag) < 3:

0 commit comments

Comments
 (0)