fix: Crash on adding name key into kwargs dictionary
+ Changed file structure for events
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <pybind11/embed.h>
|
||||
#include <iostream>
|
||||
#include <pybind11/embed.h>
|
||||
#include "sqevents.h"
|
||||
#include "events/sqevents.h"
|
||||
|
||||
namespace py = pybind11;
|
||||
py::scoped_interpreter guard{};
|
||||
|
||||
Reference in New Issue
Block a user