mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 04:24:26 +01:00
run kind of runs
This commit is contained in:
@@ -11,6 +11,6 @@ import urllib.request
|
||||
|
||||
import common
|
||||
|
||||
_json = common.github_make_request(path='/releases')
|
||||
_json = self.github_make_request(path='/releases')
|
||||
asset = _json[0]['assets'][0]
|
||||
urllib.request.urlretrieve(asset['browser_download_url'], asset['name'])
|
||||
|
||||
Reference in New Issue
Block a user