Skip to content

Commit

Permalink
Change send_data.send_data
Browse files Browse the repository at this point in the history
  • Loading branch information
winstonsmith1897 committed Sep 21, 2023
1 parent 3030d17 commit c3b0310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temperature_monitor/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def send_data(temp):
.replace("\n", "")
.replace(" ", "")
)
topic_name = "SIFIS:Privacy_Aware_Device_Anomaly_Detection_monitor"
topic_name = "SIFIS:Privacy_Aware_Device_Anomaly_Detection"
topic_uuid = "Anomaly_Detection_monitor"
temp_info = {
"description": "Device Anomaly Detection monitor",
Expand Down

0 comments on commit c3b0310

Please sign in to comment.