diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-20 17:45:39 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-20 17:45:39 +0200 |
| commit | b32e813fc6a002d780e41d8723f6bce90b17fda1 (patch) | |
| tree | 1d1e311a6d41cfa281e984a0d6a20cdf7bc6ca7f /client | |
| parent | d8ad838e6b50bc5ace508b967647db0867b1a4a5 (diff) | |
| download | jasper-client-b32e813fc6a002d780e41d8723f6bce90b17fda1.tar.gz jasper-client-b32e813fc6a002d780e41d8723f6bce90b17fda1.zip | |
Update API in tts.py __main__
Diffstat (limited to 'client')
| -rw-r--r-- | client/tts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tts.py b/client/tts.py index d1cb32a..ca9a5a0 100644 --- a/client/tts.py +++ b/client/tts.py @@ -558,5 +558,5 @@ if __name__ == '__main__': print("") for i, engine in enumerate(available_engines, start=1): print("%d. Testing engine '%s'..." % (i, engine.SLUG)) - engine().say("This is a test.") + engine.get_instance().say("This is a test.") print("Done.") |
