ck %!s(int64=4) %!d(string=hai) anos
pai
achega
4c23c563b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      handlers/PitcherPanelHandler.py

+ 1 - 1
handlers/PitcherPanelHandler.py

@@ -17,7 +17,7 @@ class PitcherPanelChannel(BaseHandler):
         page = args.get("page",'1')
         page_size = args.get("page_size",'10')
         order_by=args.get("order_by",'date,channel')
-        order=args.get("order", 'desc')
+        order=args.get("order", 'asc')
 
         if date_range!='':
             end=du.get_n_days(-1)