add more logging

This commit is contained in:
jobevers 2017-02-22 11:50:39 -06:00
parent eda71a50ff
commit 9504be7146

View file

@ -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)