mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
LFRequest.py: adds todo comments
Signed-off-by: Jed Reynolds <jed@candelatech.com>
This commit is contained in:
@@ -286,6 +286,11 @@ class LFRequest:
|
||||
self.add_post_data(data=data)
|
||||
|
||||
def add_post_data(self, data):
|
||||
"""
|
||||
TODO: this is a setter and should be named 'set_post_data'
|
||||
:param data: dictionary of parameters for post
|
||||
:return: nothing
|
||||
"""
|
||||
self.post_data = data
|
||||
|
||||
def has_errors(self):
|
||||
|
||||
Reference in New Issue
Block a user