add more logging
This commit is contained in:
parent
eda71a50ff
commit
9504be7146
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ def main():
|
|||
response = requests.get('https://api.github.com/repos/lbryio/lbry-app/releases/latest')
|
||||
data = response.json()
|
||||
last_release = data['tag_name']
|
||||
logging.info('Last release: %s', last_release)
|
||||
|
||||
gh_token = os.environ['GH_TOKEN']
|
||||
auth = github.Github(gh_token)
|
||||
|
|
Loading…
Reference in a new issue