mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -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():
|
for name, value in kwargs.items():
|
||||||
key, definition_type, section, ini_key, default = self._define(name)
|
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)
|
|
@ -1260,4 +1260,4 @@ class Email(object):
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
return config_option
|
return config_option
|
Loading…
Add table
Add a link
Reference in a new issue