Parcourir la source

[2641] a minor piggy-back style cleanup: removed space in default param spec.

JINMEI Tatuya il y a 12 ans
Parent
commit
b6d51351a7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/bindctl/bindcmd.py

+ 1 - 1
src/bin/bindctl/bindcmd.py

@@ -344,7 +344,7 @@ WARNING: Python readline module isn't available, so the command line editor
             return {}
             return {}
 
 
 
 
-    def send_POST(self, url, post_param = None):
+    def send_POST(self, url, post_param=None):
         '''Send POST request to cmdctl, session id is send with the name
         '''Send POST request to cmdctl, session id is send with the name
         'cookie' in header.
         'cookie' in header.
         Format: /module_name/command_name
         Format: /module_name/command_name