1
0
mirror of https://github.com/arsenetar/dupeguru-cocoa.git synced 2026-03-13 19:11:39 +00:00

Fix some deprecation warnings update submodules

This commit is contained in:
2020-12-29 20:40:44 -06:00
parent 99b98db93a
commit 2eada16210
13 changed files with 67 additions and 47 deletions

View File

@@ -23,7 +23,6 @@ int main(int argc, char *argv[])
Py_SetPath(wPythonPath);
Py_SetPythonHome(wPythonPath);
Py_Initialize();
PyEval_InitThreads();
PyGILState_STATE gilState = PyGILState_Ensure();
FILE* fp = fopen([mainpy UTF8String], "r");
PyRun_SimpleFile(fp, [mainpy UTF8String]);