forked from rDrama/rDrama
1
0
Fork 0

reorder alphabetically

master
Aevann 2023-09-13 19:06:00 +03:00
parent 3a8a0980f8
commit 3c35bb353b
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def front_all(v, sub=None):
return result
LIMITED_WPD_HOLES = ('aftermath', 'fights', 'gore', 'request', 'selfharm', 'discussion', 'meta', 'music', 'social', 'pets')
LIMITED_WPD_HOLES = ('aftermath', 'fights', 'gore', 'request', 'selfharm', 'discussion', 'meta', 'music', 'pets', 'social')
@cache.memoize()
def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='', gt=0, lt=0, sub=None, pins=True):