mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-16 23:30:10 -07:00
Fix flake8 complaints
This commit is contained in:
parent
6446595548
commit
95e64dec1a
@ -192,7 +192,7 @@ def lgedm_post(url, data=None, access_token=None, session_id=None):
|
|||||||
authenticated requests. They are not required, for example, to load
|
authenticated requests. They are not required, for example, to load
|
||||||
the gateway server data or to start a session.
|
the gateway server data or to start a session.
|
||||||
"""
|
"""
|
||||||
headers=dict()
|
headers = dict()
|
||||||
if access_token:
|
if access_token:
|
||||||
headers['x-thinq-token'] = access_token
|
headers['x-thinq-token'] = access_token
|
||||||
if session_id:
|
if session_id:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user