mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Typo's corrected
This commit is contained in:
parent
7c18295629
commit
f42644bad7
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ class UpdateManager():
|
|||
def get_github_repo_user(self):
|
||||
repo_user = 'clinton-hall'
|
||||
if nzbtomedia.GIT_USER:
|
||||
repo_user = nzbtomedia.GIT_USER
|
||||
repo_user = nzbtomedia.GIT_USER
|
||||
return repo_user
|
||||
|
||||
def get_github_repo(self):
|
||||
|
@ -92,7 +92,7 @@ class UpdateManager():
|
|||
def get_github_branch(self):
|
||||
git_branch = 'dev'
|
||||
if nzbtomedia.GIT_BRANCH:
|
||||
git_branch = nzbtomedia.GIT_BRANCH
|
||||
git_branch = nzbtomedia.GIT_BRANCH
|
||||
return git_branch
|
||||
|
||||
class GitUpdateManager(UpdateManager):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue