Upgrade for Liberty

This commit is contained in:
Quentin WEPHRE
2025-09-17 08:26:56 +02:00
parent c44d91dc31
commit a277c70fda
4 changed files with 8 additions and 30 deletions

View File

@@ -15,7 +15,7 @@ if CONNECTION_STRING == "":
print("Provide a connection string for the Iot Hub before running the script!")
exit(13)
SITE_NAME = "COTTONWOOD"
SITE_NAME = "LIBERTY"
registry_manager = IoTHubRegistryManager.from_connection_string(CONNECTION_STRING)