提交 d22f4be7 编写于 作者: S Shinwell Hu

fix typo

上级 bebe74f8
......@@ -32,7 +32,7 @@ def get_sigs():
def get_spec(pkg, specfile):
url = specfile_url.template.format(package=pkg, specfile=specfile)
url = specfile_url_template.format(package=pkg, specfile=specfile)
req = urllib.request.Request(url=url, headers=headers)
u = urllib.request.urlopen(req)
return u.read().decode("utf-8")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册