Skip to content

Commit

Permalink
Close #128: add default paramo to Gst.init method
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Maksimov committed Nov 30, 2023
1 parent 5b0713a commit f3490b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frog/services/tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TTSService(GObject.GObject):

def __init__(self):
super().__init__()
Gst.init()
Gst.init(None)

self._tld = "com"

Expand Down

0 comments on commit f3490b6

Please sign in to comment.