Skip to content

Commit 8bac00e

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/process_checker.py

Lines changed: 1 addition & 2 deletions
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,6 +377,5 @@ def main():
377377

378378

379379
if __name__ == "__main__":
380-
TPC = TPClientClass(PLUGIN_ID)
381380
PM = ProcessMonitorData()
382381
sys.exit(main())

0 commit comments

Comments
 (0)