Updated for case-sensitive

This commit is contained in:
Dimitris Zlatanidis 2023-05-16 16:30:54 +03:00
parent f65d8a25bf
commit 5a10cf2e8f

View file

@ -120,7 +120,7 @@ class FormConfigs(Configs):
'ASK_QUESTION =',
'PARALLEL_DOWNLOADS =',
'SPINNING_BAR =',
'CASE_INSENSITIVE =')
'CASE_SENSITIVE =')
):
line: str = line.replace('"', '')