Added comment in moduleInformation

This commit is contained in:
Mokaddem 2016-08-26 10:07:06 +02:00
parent 86b655100e
commit 494980c48e

View file

@ -1,6 +1,18 @@
#!/usr/bin/env python2
# -*-coding:UTF-8 -*
'''
This module can be use to see information of running modules.
These information are logged in "logs/moduleInfo.log"
It can also try to manage them by killing inactive one.
However, it does not support mutliple occurence of the same module
(It will kill the first one obtained by get)
'''
import time
import datetime
import redis