chore: fix underscore
This commit is contained in:
@@ -122,7 +122,7 @@ class RobotConfig(object):
|
|||||||
:vartype pitch: float
|
:vartype pitch: float
|
||||||
"""
|
"""
|
||||||
def __init__(self, pitch=None):
|
def __init__(self, pitch=None):
|
||||||
self.pitch = get_config(pitch, "ROBOT_PITCH", 0.0, float)
|
self.pitch = get_config(pitch, "ROBOT__PITCH", 0.0, float)
|
||||||
|
|
||||||
|
|
||||||
class Settings(object):
|
class Settings(object):
|
||||||
|
|||||||
Reference in New Issue
Block a user