mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Replace WebSocket implementation (#1819)
This commit is contained in:
@@ -25,7 +25,7 @@ PythonProgram::PythonProgram(const QString& name, Logger* log) :
|
||||
PyEval_RestoreThread(mainThreadState);
|
||||
_tstate = Py_NewInterpreter();
|
||||
#else
|
||||
PyThreadState* prev = PyThreadState_Swap(NULL);
|
||||
PyThreadState_Swap(NULL);
|
||||
|
||||
// Create a new interpreter configuration object
|
||||
PyInterpreterConfig config{};
|
||||
|
Reference in New Issue
Block a user