cli_function: clarify copyright

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:01 +00:00
parent da900a579c
commit 8217e55087
2 changed files with 10 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ https://stackoverflow.com/questions/24987542/is-there-a-link-to-github-for-downl
)
def timed_main(self):
# This would be better, but impossible:
# https://stackoverflow.com/questions/51212/how-to-write-a-download-progress-indicator-in-python
self.log_info('Downloading the release, this may take several seconds / a few minutes.')
_json = self.github_make_request(path='/releases')
asset = _json[0]['assets'][0]