nothere990 commited on
Commit
3ee9500
·
1 Parent(s): 9a7706f

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -229,8 +229,8 @@ async def xvid_search(
229
  "1080p": sorting.SortQuality.Sort_1080_plus
230
  },
231
  "upload_time": {
232
- "3months": sorting.SortDate.SortDateSort_last_3_months,
233
- "6months": sorting.SortDate.SortDateSort_last_6_months
234
  },
235
  "length": {
236
  "0-10min": sorting.SortVideoTime.Sort_middle,
 
229
  "1080p": sorting.SortQuality.Sort_1080_plus
230
  },
231
  "upload_time": {
232
+ "3months": sorting.SortDate.Sort_last_3_months,
233
+ "6months": sorting.SortDate.Sort_last_6_months
234
  },
235
  "length": {
236
  "0-10min": sorting.SortVideoTime.Sort_middle,