af0184165c562dedacfb5ed2774a237cec4d9d2d
[monitor.git] / syncwithplc.py
1 #!/usr/bin/python
2
3 from monitor.wrapper import plccache
4
5 if __name__ == "__main__":
6         plccache.sync()