mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Further Python 3 migration
This commit is contained in:
@@ -33,7 +33,7 @@ def from_config_file(config_path):
|
||||
statusses = []
|
||||
|
||||
# Read config
|
||||
config = configparser.SafeConfigParser()
|
||||
config = configparser.ConfigParser()
|
||||
config.read(config_path)
|
||||
|
||||
# Init core
|
||||
|
||||
Reference in New Issue
Block a user