From 36888c3cc497c0138fc38b7c9d71fc9d0e26583e Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Fri, 27 Oct 2017 08:49:47 +0200 Subject: [PATCH] Fixed BIG TYPO ! --- templates/geo.html | 2 +- templates/index.html | 2 +- zmq_subscriber.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/geo.html b/templates/geo.html index 8dff025..1b8f4b6 100644 --- a/templates/geo.html +++ b/templates/geo.html @@ -8,7 +8,7 @@ - Misp live dashboard + MISP live dashboard diff --git a/templates/index.html b/templates/index.html index 5f335d1..2c6d723 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,7 +8,7 @@ - Misp live dashboard + MISP live dashboard diff --git a/zmq_subscriber.py b/zmq_subscriber.py index cfb6a28..3d6e4ec 100755 --- a/zmq_subscriber.py +++ b/zmq_subscriber.py @@ -167,7 +167,7 @@ dico_action = { if __name__ == "__main__": parser = argparse.ArgumentParser(description='A zmq subscriber. It subscribe to a ZNQ then redispatch it to the misp-dashboard') - parser.add_argument('-n', '--name', required=False, dest='zmqname', help='The ZMQ feed name', default="Misp Standard ZMQ") + parser.add_argument('-n', '--name', required=False, dest='zmqname', help='The ZMQ feed name', default="MISP Standard ZMQ") parser.add_argument('-u', '--url', required=False, dest='zmqurl', help='The URL to connect to', default=ZMQ_URL) args = parser.parse_args()