From 56f15f6eae1d0e4e02990b51b54de959c6a2f7a1 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 31 Oct 2024 16:30:45 +0100 Subject: [PATCH] issue 100 new url in qr for evidence instead of device --- workbench-script.py | 1 + 1 file changed, 1 insertion(+) diff --git a/workbench-script.py b/workbench-script.py index cc85629..3ec9662 100644 --- a/workbench-script.py +++ b/workbench-script.py @@ -346,6 +346,7 @@ def send_snapshot_to_devicehub(snapshot, token, url, legacy): logger.error(_("Snapshot %s not remotely sent to URL '%s'. Do you have internet? Is your server up & running? Is the url token authorized?\n %s"), snapshot["uuid"], url, e) + def load_config(config_file="settings.ini"): """ Tries to load configuration from a config file.