Skip to content

Commit

Permalink
less print()
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed Jun 14, 2024
1 parent 41c1d90 commit ff0e6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def manager():
if services_status != updated_services_status:
services_status = updated_services_status
socketio.emit("services status", json.dumps(services_status), namespace="/test")
print("service status", services_status)
#print("service status", services_status)

volume_usage = get_volume_usage()
sys_infos = {"cpu_temp" : cpu_temp,
Expand Down

0 comments on commit ff0e6d9

Please sign in to comment.