Fix LFRequest.get so it inherits debug commands from the class

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-08 18:52:03 -08:00
parent 8b86e89033
commit c4511ad39a
3 changed files with 41 additions and 49 deletions

View File

@@ -321,7 +321,7 @@ class LFCliBase:
proxies_=self.proxy,
debug_=debug_,
die_on_error_=self.exit_on_error)
json_response = lf_r.get_as_json(debug_=debug_, die_on_error_=False)
json_response = lf_r.get_as_json()
#debug_printer.pprint(json_response)
if (json_response is None):
if debug_: