Skip to content

Commit 2a002f3

Browse files
committed
fix path name
1 parent 99a5eab commit 2a002f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autonomous/multi_algae_auto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class CentreAuto(AutoBase):
5-
MODE_NAME = "Centre F>GH>IJ>EF"
5+
MODE_NAME = "Centre G>GH>IJ>EF"
66

77
def __init__(self):
88
super().__init__(

0 commit comments

Comments
 (0)