More cleanup

This commit is contained in:
Raphaël Vinot 2014-09-05 10:42:01 +02:00
parent fca00beed9
commit 46f27ada4e
3 changed files with 2 additions and 7 deletions

View file

@ -55,6 +55,7 @@ if __name__ == "__main__":
message = p.get_from_set()
prec_filename = None
generate_new_graph = False
while True:
if message is not None:
generate_new_graph = True

View file

@ -36,12 +36,6 @@ def main():
publisher.port = 6380
publisher.channel = "Queuing"
# ZMQ #
channel = cfg.get("PubSub_Global", "channel")
# FUNCTIONS #
publisher.info("""Suscribed to channel {0}""".format(channel))
while True:
table = texttable.Texttable()
table.header(["Queue name", "#Items"])

View file

@ -31,7 +31,7 @@ if __name__ == "__main__":
db=p.config.getint("Redis_Cache", "db"))
# Country to log as critical
cc_critical = p.config.get("PubSub_Url", "cc_critical")
cc_critical = p.config.get("Url", "cc_critical")
# FUNCTIONS #
publisher.info("Script URL subscribed to channel web_categ")