1
0
Fork 0
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:
Nauman Arif 2022-09-12 18:23:01 +05:00 committed by GitHub
parent a71ccc317e
commit e1913e80f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,6 @@ def _monthNameToNumber(monthName: str):
'June': 6,
'July': 7,
'August': 8,
'Augu': 8,
'September': 9,
'October': 10,
'November': 11,