Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Santos committed Feb 27, 2020
1 parent 4412963 commit 9e62810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ A sample to request server version::

import spotware_connect as sc

c = sc.Client()
c = sc.Client(live=False) # Demo connection

@c.event
def connect():
Expand Down

0 comments on commit 9e62810

Please sign in to comment.