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