issue 100 new url in qr for evidence instead of device
This commit is contained in:
parent
b255dddff7
commit
56f15f6eae
|
@ -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)
|
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"):
|
def load_config(config_file="settings.ini"):
|
||||||
"""
|
"""
|
||||||
Tries to load configuration from a config file.
|
Tries to load configuration from a config file.
|
||||||
|
|
Loading…
Reference in a new issue