mirror of
https://github.com/SocksPls/hltv-api
synced 2025-04-30 07:33:09 +00:00
chore(main): removes an extra item from dict
Removes an extra item i.e. `'Augu': 8` from months dictionary in main.py
This commit is contained in:
parent
a71ccc317e
commit
e1913e80f9
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
@ -43,7 +43,6 @@ def _monthNameToNumber(monthName: str):
|
|||
'June': 6,
|
||||
'July': 7,
|
||||
'August': 8,
|
||||
'Augu': 8,
|
||||
'September': 9,
|
||||
'October': 10,
|
||||
'November': 11,
|
||||
|
|
Loading…
Add table
Reference in a new issue