Skip to content

Commit fe66495

Browse files
committed
up
1 parent 0f4f814 commit fe66495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kbe/src/server/cellapp/cellapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ void Cellapp::onInstallPyModules()
168168
//-------------------------------------------------------------------------------------
169169
bool Cellapp::uninstallPyModules()
170170
{
171-
if(g_kbeSrvConfig.getBaseApp().profiles.open_pyprofile)
171+
if(g_kbeSrvConfig.getCellApp().profiles.open_pyprofile)
172172
{
173173
script::PyProfile::stop("kbengine");
174174

0 commit comments

Comments
 (0)