forked from MarseyWorld/MarseyWorld
make 'top' behavior exclusive to rdrama
parent
5221f34bab
commit
b7eb8170d0
|
@ -39,7 +39,7 @@ def front_all(v, sub=None):
|
|||
sort=request.values.get("sort", defaultsorting)
|
||||
t=request.values.get('t', defaulttime)
|
||||
|
||||
if t == 'all' and sort == 'hot':
|
||||
if SITE == 'rdrama.net' and t == 'all' and sort == 'hot':
|
||||
sort = 'top'
|
||||
|
||||
try: gt=int(request.values.get("after", 0))
|
||||
|
|
Loading…
Reference in New Issue