cola hace 2 años
padre
commit
344efc41ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      handlers/PitcherPanelHandler.py

+ 1 - 1
handlers/PitcherPanelHandler.py

@@ -156,7 +156,7 @@ class ChannelOrderTrend(BaseHandler):
             page_size = arg.get("page_size")
             order_by = arg.get("order_by", 'date')
             order = arg.get("order", 'desc')
-            data, total, total_data = get_channel_order_trend(user_id, channel, game, type , pitcher, agent_id, start, end, page, page_size,
+            data, total, total_data = get_channel_order_trend(user_id, channel, game,type, pitcher, agent_id, start, end, page, page_size,
                                                               order_by, order)
             if arg.get("download"):
                 self.write_download("channelTrend_" + str(int(time.time())), data)