예제 #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]