Updated HACS - Updated Secrets file to remove entries.

This commit is contained in:
ccostan
2020-05-22 14:11:48 -04:00
parent b697a2e9f8
commit b65043a531
4 changed files with 6 additions and 6 deletions

View File

@@ -73,6 +73,8 @@ class RepositoryData:
for key in source:
if key in data.__dict__:
if key == "pushed_at":
if source[key] == "":
continue
if "Z" in source[key]:
setattr(
data,
@@ -101,6 +103,8 @@ class RepositoryData:
for key in data:
if key in self.__dict__:
if key == "pushed_at":
if data[key] == "":
continue
if "Z" in data[key]:
setattr(
self,