diff options
Diffstat (limited to 'common/core.py')
-rw-r--r-- | common/core.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/core.py b/common/core.py index f47a8b5..85d8657 100644 --- a/common/core.py +++ b/common/core.py @@ -55,7 +55,6 @@ def is_app_url_correct(api_url, needs_auth, username,passwd): return None, False -## TODO - add list level support with porcessors etc ## Asks the user json item to extract and returns it as dict item-value pair, where item is name and value json path def inspect_json_top_level(json_data): """ |