From 5a9eca929179d9b41da761be4e143654a08166af Mon Sep 17 00:00:00 2001 From: Mokaddem Date: Mon, 4 Jul 2016 09:18:23 +0200 Subject: [PATCH] Added few comments --- bin/Url.py | 1 + bin/empty_queue.py | 4 ++-- var/www/templates/Protocolstrending.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/Url.py b/bin/Url.py index ba3842af..0738d1ce 100755 --- a/bin/Url.py +++ b/bin/Url.py @@ -18,6 +18,7 @@ import ipaddress from Helper import Process +# Used to prevent concat with empty fields due to url parsing def avoidNone(str): if str is None: return "" diff --git a/bin/empty_queue.py b/bin/empty_queue.py index 6f82af90..a5ccae68 100755 --- a/bin/empty_queue.py +++ b/bin/empty_queue.py @@ -2,10 +2,10 @@ # -*-coding:UTF-8 -* """ -The Duplicate module +The Empty queue module ==================== -This huge module is, in short term, checking duplicates. +This simple module can be used to clean all queues. Requirements: ------------- diff --git a/var/www/templates/Protocolstrending.html b/var/www/templates/Protocolstrending.html index 6183f2ff..3dd26200 100644 --- a/var/www/templates/Protocolstrending.html +++ b/var/www/templates/Protocolstrending.html @@ -84,7 +84,7 @@
- +