We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6007d79 commit 4aaa814Copy full SHA for 4aaa814
example/examplelibrary.py
@@ -34,4 +34,4 @@ def strings_should_be_equal(self, str1, str2):
34
35
36
if __name__ == '__main__':
37
- RobotRemoteServer(ExampleLibrary(), *sys.argv[1:])
+ RobotRemoteServer([ExampleLibrary()], *sys.argv[1:])
0 commit comments