diff options
author | Rasmus Luha <rasmus.luha@ut.ee> | 2025-05-15 00:22:14 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@ut.ee> | 2025-05-15 00:22:14 +0300 |
commit | 6b647a41a1eb508710de1bc583fd7d404078c744 (patch) | |
tree | 255e2dcbda472719374a495a29ca921df8910253 /common/core.py | |
parent | 0f275b1bf3e24f7fb62e0cf8e2abe5eb8c45d929 (diff) |
cleanup
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): """ |