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

+ 1 - 1
handlers/PitcherPanelHandler.py

@@ -160,7 +160,7 @@ class ChannelSummary(BaseHandler):
             order_by = arg.get("order_by", 'total_cost')
             order = arg.get("order", 'desc')
             state = arg.get("state")
-            start = arg.get("start",self.get_n_days(-100))
+            start = arg.get("start")
             end = arg.get("end")
             data, total, total_data = get_channel_summary(user_id,channel, pitcher, page, page_size, order_by, order, state, location,start,end)
             if arg.get("download"):