Skip to content

Commit

Permalink
Merge pull request #2 from zeinababbasi/zeinababbasi-issue19-example
Browse files Browse the repository at this point in the history
update example for change of serving multiple libraries
  • Loading branch information
zeinababbasi authored Sep 18, 2017
2 parents 6007d79 + 4aaa814 commit 39efd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/examplelibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:])

0 comments on commit 39efd91

Please sign in to comment.