mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Removed newlines
This commit is contained in:
parent
280a5ae744
commit
1ad982f5b7
2 changed files with 2 additions and 2 deletions
|
@ -321,4 +321,4 @@ class Config(object):
|
|||
"""
|
||||
for name, value in kwargs.items():
|
||||
key, definition_type, section, ini_key, default = self._define(name)
|
||||
self._config[section][ini_key] = definition_type(value)
|
||||
self._config[section][ini_key] = definition_type(value)
|
Loading…
Add table
Add a link
Reference in a new issue