mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 15:09:23 +00:00
format weiyangx.express by flake8
This commit is contained in:
@@ -120,3 +120,8 @@ def chaindd_column(category=''):
|
||||
def techcrunch_tag(category=''):
|
||||
from rsshub.spiders.techcrunch.tag import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
|
||||
@bp.route('/weiyangx/express/')
|
||||
def weiyangx_express():
|
||||
from rsshub.spiders.weiyangx.express import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx()))
|
||||
|
||||
Reference in New Issue
Block a user