We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7ba6e3 + a600d1b commit 5fa7149Copy full SHA for 5fa7149
1 file changed
main.py
@@ -24,7 +24,7 @@ def main():
24
25
if inp.isdigit():
26
# Single die
27
- go_dice = create_dice(dice_devices[int(inp)])
+ go_dice = create_dice(dice_devices[int(inp)].address)
28
connected_dice.append(go_dice)
29
else:
30
# Connect to all available dice
0 commit comments