mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
Updated for case-sensitive
This commit is contained in:
parent
f65d8a25bf
commit
5a10cf2e8f
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class FormConfigs(Configs):
|
||||||
'ASK_QUESTION =',
|
'ASK_QUESTION =',
|
||||||
'PARALLEL_DOWNLOADS =',
|
'PARALLEL_DOWNLOADS =',
|
||||||
'SPINNING_BAR =',
|
'SPINNING_BAR =',
|
||||||
'CASE_INSENSITIVE =')
|
'CASE_SENSITIVE =')
|
||||||
):
|
):
|
||||||
line: str = line.replace('"', '')
|
line: str = line.replace('"', '')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue