示例#1
0
文件: base.py 项目: neo62248/Medusa
 def titler(x):
     return (helpers.remove_article(x), x)[not x or app.SORT_ARTICLE]
示例#2
0
文件: base.py 项目: pymedusa/SickRage
 def titler(x):
     return (helpers.remove_article(x), x)[not x or app.SORT_ARTICLE]