Skip to content

Commit

Permalink
Updated README to use export_to_dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Feb 21, 2021
1 parent 6c23851 commit 4dd0d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async def startup() -> None:
# Client will use that name to connect to this server
await request_default_bus_name_async('org.example.test')
# Export the object to dbus
await export_object.start_serving('/')
export_object.export_to_dbus('/')


loop.run_until_complete(startup())
Expand Down

0 comments on commit 4dd0d87

Please sign in to comment.