mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Refactor gh_api -> github_api
This commit is contained in:
parent
c624029846
commit
094ae574a2
2 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import traceback
|
||||||
from six.moves.urllib.request import urlretrieve
|
from six.moves.urllib.request import urlretrieve
|
||||||
|
|
||||||
import core
|
import core
|
||||||
from core import gh_api as github, logger
|
from core import github_api as github, logger
|
||||||
|
|
||||||
|
|
||||||
class CheckVersion(object):
|
class CheckVersion(object):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue