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

@@ -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()))