mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Code correction
This commit is contained in:
parent
e98418ba8d
commit
50b91f9d7c
1 changed files with 1 additions and 1 deletions
|
@ -758,4 +758,4 @@ class SourceUpdateManager(UpdateManager):
|
|||
|
||||
def list_remote_branches(self):
|
||||
gh = github.GitHub(self.github_repo_user, self.github_repo, self.branch)
|
||||
return [x.name for x in gh.branches() if x]
|
||||
return [x.name for x in gh.branches()]
|
Loading…
Reference in a new issue