mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-21 02:19:44 +00:00
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')
|
response = requests.get('https://api.github.com/repos/lbryio/lbry-app/releases/latest')
|
||||||
data = response.json()
|
data = response.json()
|
||||||
last_release = data['tag_name']
|
last_release = data['tag_name']
|
||||||
|
logging.info('Last release: %s', last_release)
|
||||||
|
|
||||||
gh_token = os.environ['GH_TOKEN']
|
gh_token = os.environ['GH_TOKEN']
|
||||||
auth = github.Github(gh_token)
|
auth = github.Github(gh_token)
|
||||||
|
|
Loading…
Add table
Reference in a new issue