Skip to content

Commit c045240

Browse files
committed
fixed bug in gamepad stop
Forgot to turn get_default_gamepad into a function call
1 parent ed19c3b commit c045240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XRPLib/resetbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def reset_webserver():
3636
def reset_gamepad():
3737
from XRPLib.gamepad import Gamepad
3838
# Stop the browser from sending more gamepad data
39-
Gamepad.get_default_gamepad.stop()
39+
Gamepad.get_default_gamepad().stop()
4040

4141
def reset_hard():
4242
reset_gamepad()

0 commit comments

Comments
 (0)