Fix Python interface

This commit is contained in:
Brandon Skari
2017-04-16 19:50:25 -06:00
parent bfa3447731
commit 2c0bf1b33a
2 changed files with 5 additions and 4 deletions

View File

@@ -153,7 +153,7 @@ _rpitx_broadcast_fm(PyObject* self, PyObject* args) {
SIGWINCH, // Window resized
0
};
pitx_run(MODE_RF, bitRate, frequency * 1000.0, 0.0, 0, formatRfWrapper, reset, skipSignals);
pitx_run(MODE_RF, bitRate, frequency * 1000.0, 0.0, 0, formatRfWrapper, reset, skipSignals, 0);
sf_close(sndFile);
Py_RETURN_NONE;