Skip to content

Commit ea68e49

Browse files
committed
fix topo
1 parent ad52f0a commit ea68e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RPyCRobotRemote/RPyCRobotRemoteClient.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def on_disconnect(self, conn):
8787
conn._is_connected = True
8888
conn._is_redirected = False
8989
# pylint: enable=W0212
90-
super().on_disonnect(conn)
90+
super().on_disconnect(conn)
9191

9292
@staticmethod
9393
def _install(conn, slave):

0 commit comments

Comments
 (0)