mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
no interpolation should be done for the ini file
This commit is contained in:
parent
374ef20ad5
commit
31f618e586
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class Source:
|
|||
|
||||
def __init__(self, file, tries=1):
|
||||
self.config = config = configparser.ConfigParser(
|
||||
dict_type=dict, allow_no_value=True
|
||||
dict_type=dict, allow_no_value=True, interpolation=None,
|
||||
)
|
||||
self.name = file.name
|
||||
self.tries = tries
|
||||
|
|
Loading…
Add table
Reference in a new issue