We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3364fb6 commit d51ded7Copy full SHA for d51ded7
weallcode_robot/robot.py
@@ -29,7 +29,7 @@
29
class Robot(CommandQueue):
30
def __init__(self, name, debug=False):
31
32
- self.display_name = name.lower()
+ self.display_name = name
33
if self.display_name not in device_name_map:
34
self.name = self.display_name
35
else:
0 commit comments