Skip to content

Commit 8c25396

Browse files
committed
Update process_checker.py
1 parent 4d1dc3f commit 8c25396

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/process_checker.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def __init__(self, pluginId, sleepPeriod=0.05, autoClose=True, checkPluginId=Tru
173173

174174

175175

176-
TPC = TPClientClass(PLUGIN_ID)
176+
#TPC = TPClientClass(PLUGIN_ID)
177177

178178
# Crate the global logger
179179
#g_log = getLogger()
@@ -377,5 +377,6 @@ def main():
377377

378378

379379
if __name__ == "__main__":
380+
TPC = TPClientClass(PLUGIN_ID)
380381
PM = ProcessMonitorData()
381382
sys.exit(main())

0 commit comments

Comments
 (0)