cola před 2 roky
rodič
revize
472c5ec2aa
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      handlers/PitcherPanelHandler.py

+ 1 - 1
handlers/PitcherPanelHandler.py

@@ -89,7 +89,7 @@ class ChannelOverview(BaseHandler):
                 self.write_json(data=data, total=total, total_data=total_data)
 
 class AgentList(BaseHandler):
-    def get(self):
+    def post(self):
 
         if not self._au:
             self.write_fail(msg='auth error')