mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-15 15:09:25 +00:00
format weiyangx.express by flake8
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user