Update tamper_proof_service.py

pull/712/head
Mr Chen 3 months ago
parent 1328699da0
commit 3688cf6145
  1. 3
      plugins/tamper_proof_py/tamper_proof_service.py

@ -514,8 +514,7 @@ def run():
if not os.path.exists(tip):
event.list_DIR(siteInfo['path'], siteInfo)
try:
watchManager.add_watch(
siteInfo['path'], mode, auto_add=True, rec=True)
watchManager.add_watch(siteInfo['path'], mode, auto_add=True, rec=True)
except:
print(mw.getTracebackInfo())
tout = round(time.time() - s, 2)

Loading…
Cancel
Save