mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-01 04:54:25 +00:00
changed hf mf wrbl and view command to look for strict readonly ACL in the data.
This commit is contained in:
@@ -404,7 +404,7 @@ static int CmdScriptRun(const char *Cmd) {
|
||||
PyImport_AppendInittab("_pm3", PyInit__pm3);
|
||||
#endif
|
||||
#if PY_MAJOR_VERSION == 3 && PY_MINOR_VERSION < 10
|
||||
Py_Initialize();
|
||||
Py_Initialize();
|
||||
#else
|
||||
PyConfig py_conf;
|
||||
PyConfig_InitIsolatedConfig(&py_conf);
|
||||
|
||||
Reference in New Issue
Block a user