use cached values more consistently.
[monitor.git] / syncwithplc.py
diff --git a/syncwithplc.py b/syncwithplc.py
new file mode 100755 (executable)
index 0000000..af01841
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/python
+
+from monitor.wrapper import plccache
+
+if __name__ == "__main__":
+       plccache.sync()