This repository was archived by the owner on Dec 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ def touch_0(self):
501
501
print("Touched pad 0")
502
502
"""
503
503
telemetry_py .send_telemetry (TelemetryEvent .CLUE_API_TOUCH )
504
- utils .print_for_unimplemented_functions (Clue . touch_0 . __name__ )
504
+ utils .print_for_unimplemented_functions (" touch_0" )
505
505
506
506
@property
507
507
def touch_1 (self ):
@@ -519,7 +519,7 @@ def touch_1(self):
519
519
print("Touched pad 1")
520
520
"""
521
521
telemetry_py .send_telemetry (TelemetryEvent .CLUE_API_TOUCH )
522
- utils .print_for_unimplemented_functions (Clue . touch_1 . __name__ )
522
+ utils .print_for_unimplemented_functions (" touch_1" )
523
523
524
524
@property
525
525
def touch_2 (self ):
@@ -537,7 +537,7 @@ def touch_2(self):
537
537
print("Touched pad 2")
538
538
"""
539
539
telemetry_py .send_telemetry (TelemetryEvent .CLUE_API_TOUCH )
540
- utils .print_for_unimplemented_functions (Clue . touch_2 . __name__ )
540
+ utils .print_for_unimplemented_functions (" touch_2" )
541
541
542
542
@property
543
543
def white_leds (self ):
@@ -652,7 +652,7 @@ def sound_level(self):
652
652
print(clue.sound_level)
653
653
"""
654
654
telemetry_py .send_telemetry (TelemetryEvent .CLUE_API_SOUND )
655
- utils .print_for_unimplemented_functions (Clue . sound_level . __name__ )
655
+ utils .print_for_unimplemented_functions (" sound_level" )
656
656
657
657
def loud_sound (self , sound_threshold = 200 ):
658
658
"""Not Implemented!
You can’t perform that action at this time.
0 commit comments