diff options
Diffstat (limited to 'common/core.py')
-rw-r--r-- | common/core.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/core.py b/common/core.py index c3e3495..e52cedd 100644 --- a/common/core.py +++ b/common/core.py @@ -28,9 +28,9 @@ def ask_digit_input(max_index): def is_app_url_correct(api_url, needs_auth, username,passwd): - """" + """ Checks if api url is correct, if so then returns the json - """" + """ print("Teostan API kutset...\n") try: if needs_auth: @@ -55,9 +55,9 @@ def is_app_url_correct(api_url, needs_auth, username,passwd): def inspect_json_top_level(json_data): - """" + """ Asks the user json item to extract and returns it as dict item-value pair, where item is name and value json path - """" + """ path = "" while True: |