improve error msg

This commit is contained in:
pedro 2024-10-15 13:54:09 +02:00
parent cc02b65263
commit 92658ebc86
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ def send_snapshot_to_devicehub(snapshot, token, url):
print(response_text) print(response_text)
except Exception as e: except Exception as e:
print(f"workbench: ERROR: Snapshot not remotely sent. URL '{url}' is unreachable. Do you have internet? Is your server up & running?\n {e}") print(f"workbench: ERROR: Snapshot not remotely sent to URL '{url}'. Do you have internet? Is your server up & running? Is the url token authorized?\n {e}")
def load_config(config_file="settings.ini"): def load_config(config_file="settings.ini"):
""" """