#743 - Trying to fix this.

This commit is contained in:
ccostan
2020-05-21 18:48:00 -04:00
parent cf3764e3e4
commit 5c7334bc05
42 changed files with 863 additions and 513 deletions

View File

@@ -63,12 +63,9 @@ class HacsPythonScript(HacsRepository):
# Set name
find_file_name(self)
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 python_script objects.
if self.data.content_in_root: