diff --git a/example/examplelibrary.py b/example/examplelibrary.py index 8e904b0..99ba571 100755 --- a/example/examplelibrary.py +++ b/example/examplelibrary.py @@ -34,4 +34,4 @@ def strings_should_be_equal(self, str1, str2): if __name__ == '__main__': - RobotRemoteServer(ExampleLibrary(), *sys.argv[1:]) + RobotRemoteServer([ExampleLibrary()], *sys.argv[1:])