fix: Wrong comment
This commit is contained in:
parent
4e57457e85
commit
6be2d75a82
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -80,7 +80,7 @@ def handleFiles(filename):
|
|||
start = time.time()
|
||||
translatedData = parseNames(data, filename, 'Classes')
|
||||
|
||||
# Classes File
|
||||
# Items File
|
||||
if 'Items' in filename:
|
||||
start = time.time()
|
||||
translatedData = parseNames(data, filename, 'Items')
|
||||
|
|
|
|||
Loading…
Reference in a new issue