mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-29 18:02:35 +00:00
LFRequest.py: whitespace
This commit is contained in:
@@ -20,8 +20,7 @@ class LFRequest:
|
||||
No_Data = {'No Data':0}
|
||||
requested_url = ""
|
||||
post_data = No_Data
|
||||
default_headers = {
|
||||
'Accept': 'application/json'}
|
||||
default_headers = { 'Accept': 'application/json'}
|
||||
|
||||
def __init__(self, url, uri=None, debug_=False, die_on_error_=False):
|
||||
self.debug = debug_
|
||||
|
||||
Reference in New Issue
Block a user