checking discord webhook

This commit is contained in:
Eric Froemling 2024-03-15 08:55:44 -07:00
parent 768384b6c3
commit 5395e4b47d
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -125,7 +125,7 @@ void BaseFeatureSet::OnModuleExec(PyObject* module) {
// they happen.
g_core->python->EnablePythonLoggingCalls();
// Marker we pop down at the very end so other modules can run sanity
// A marker we pop down at the very end so other modules can run sanity
// checks to make sure we aren't importing them reciprocally when they
// import us.
Python::MarkReachedEndOfModule(module);