Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/demo_delete_duplicate_sensors.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sometimes a sensor can be installed on the same host a few times by mistake.
# This script looks for sensors with the same host name. When found, detelete
# This script looks for sensors with the same host name. When found, delete
# the oldest sensor.

import limacharlie
Expand Down Expand Up @@ -63,4 +63,4 @@ def _getSensorInfo( s ):
if not args.isDryRun:
lc.sensor( sensor[ 'sid' ] ).delete()

print( "Done." )
print( "Done." )