Skip to content

Commit

Permalink
Merge 0b8106e into f6f4a9e
Browse files Browse the repository at this point in the history
  • Loading branch information
perryan-coder committed Sep 18, 2019
2 parents f6f4a9e + 0b8106e commit 68b0188
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hemApp/drivers/discovery_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def hosts(**kwargs):
try:
with open(kwargs['name'], 'rt') as source_file:
hosts = yaml.safe_load(source_file)
print(hosts)
for host in hosts:
if 'key' in kwargs:
if 'enabled_key' in kwargs:
Expand Down

0 comments on commit 68b0188

Please sign in to comment.