Skip to content

Commit e4e6908

Browse files
committed
Fixed servo bug
1 parent a448575 commit e4e6908

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

XRPLib/servo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ class Servo:
44

55
_DEFAULT_SERVO_ONE_INSTANCE = None
66
_DEFAULT_SERVO_TWO_INSTANCE = None
7+
_DEFAULT_SERVO_THREE_INSTANCE = None
8+
_DEFAULT_SERVO_FOUR_INSTANCE = None
79

810
@classmethod
911
def get_default_servo(cls, index:int):

0 commit comments

Comments
 (0)