mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 20:16:52 +00:00
#743 - Trying to fix this.
This commit is contained in:
@@ -59,12 +59,9 @@ class HacsTheme(HacsRepository):
|
||||
find_file_name(self)
|
||||
self.content.path.local = f"{self.hacs.system.config_path}/themes/{self.data.file_name.replace('.yaml', '')}"
|
||||
|
||||
async def update_repository(self): # lgtm[py/similar-function]
|
||||
async def update_repository(self, ignore_issues=False):
|
||||
"""Update."""
|
||||
if self.hacs.github.ratelimits.remaining == 0:
|
||||
return
|
||||
# Run common update steps.
|
||||
await self.common_update()
|
||||
await self.common_update(ignore_issues)
|
||||
|
||||
# Get theme objects.
|
||||
if self.data.content_in_root:
|
||||
|
Reference in New Issue
Block a user