comparison sat/plugins/plugin_comp_ap_gateway/__init__.py @ 4025:44abce96ac6b

component AP gateway: revert forgotten verbose mode
author Goffi <goffi@goffi.org>
date Thu, 23 Mar 2023 17:08:41 +0100
parents 78b5f356900c
children 26c3e1bc7fb7
comparison
equal deleted inserted replaced
4024:4941cd102f93 4025:44abce96ac6b
129 IMPORT_NAME = IMPORT_NAME 129 IMPORT_NAME = IMPORT_NAME
130 # show data send or received through HTTP, used for debugging 130 # show data send or received through HTTP, used for debugging
131 # 1: log POST objects 131 # 1: log POST objects
132 # 2: log POST and GET objects 132 # 2: log POST and GET objects
133 # 3: log POST and GET objects with HTTP headers for GET requests 133 # 3: log POST and GET objects with HTTP headers for GET requests
134 verbose = 3 134 verbose = 0
135 135
136 def __init__(self, host): 136 def __init__(self, host):
137 self.host = host 137 self.host = host
138 self.initialised = False 138 self.initialised = False
139 self.client = None 139 self.client = None