- poll PLC every 10 minutes
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 13 Nov 2006 20:17:20 +0000 (20:17 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 13 Nov 2006 20:17:20 +0000 (20:17 +0000)
nm.py

diff --git a/nm.py b/nm.py
index c185fd8..dbf1934 100644 (file)
--- a/nm.py
+++ b/nm.py
@@ -73,7 +73,7 @@ def run():
         while True:
             try: GetSlivers(plc)
             except: logger.log_exc()
-            time.sleep(10)
+            time.sleep(600)
     except: logger.log_exc()