Skip to content

Commit

Permalink
Fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jun 16, 2019
1 parent 1281f1e commit 4fb539a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom_components/hacs/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"finity69x2/fan-control-entity-row",
"thomasloven/lovelace-card-mod",
"thomasloven/lovelace-markdown-mod",
"thomasloven/lovelace-slider-entity-row",
"isabellaalstrom/krisinfo-card",
],
}
2 changes: 1 addition & 1 deletion custom_components/hacs/hacsbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ async def update_repositories(self, now=None):
)
except AIOGitHubException as exception:
_LOGGER.error("%s - %s", repository.full_name, exception)
await self.storage.set()
self.data["task_running"] = False
await self.storage.set()

async def get_repositories(self):
"""Get defined repositories."""
Expand Down

0 comments on commit 4fb539a

Please sign in to comment.