aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hdv/redfish/http_handler.py
diff options
context:
space:
mode:
authorchenliangyjy <chenliangyjy@chinamobile.com>2020-03-19 10:10:00 +0800
committerchenliangyjy <chenliangyjy@chinamobile.com>2020-03-19 10:45:25 +0800
commit12c9651ae71ab27287d1fe27e625087e6008f9a0 (patch)
treeaec1504ad1ed789d94f46ede26aa01f22c4ed87a /tools/hdv/redfish/http_handler.py
parent004298391e45dee9421748bc1312cda5d2af2d43 (diff)
fix flake8 checking issue of hdv
Signed-off-by: chenliangyjy <chenliangyjy@chinamobile.com> Change-Id: Ie779c186635e57fe5d900df7326e4a704ebcad42
Diffstat (limited to 'tools/hdv/redfish/http_handler.py')
-rw-r--r--tools/hdv/redfish/http_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hdv/redfish/http_handler.py b/tools/hdv/redfish/http_handler.py
index 259bcaf..c1b0a13 100644
--- a/tools/hdv/redfish/http_handler.py
+++ b/tools/hdv/redfish/http_handler.py
@@ -23,7 +23,7 @@ ssl._create_default_https_context = ssl._create_unverified_context
HEADERS = {
'Connection': 'keep-alive',
- 'User-Agent': \
+ 'User-Agent':
'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 \
(KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36',
}