format weiyangx.express by flake8

This commit is contained in:
hillerliao
2020-04-12 12:52:34 +08:00
parent ebbae015bc
commit 6620af70bb
4 changed files with 53 additions and 1 deletions

View File

@@ -17,7 +17,6 @@ def ctx(category=''):
res = requests.get(url, headers=DEFAULT_HEADERS)
res = json.loads(res.text)
posts = res
print(posts)
items = list(map(parse, posts))
return {
'title': f'{category} - tag - Techcrunch',