Added few comments

pull/56/head
Mokaddem 2016-07-04 09:18:23 +02:00
parent 4b3101b7b6
commit 5a9eca9291
3 changed files with 4 additions and 3 deletions

View File

@ -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 ""

View File

@ -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:
-------------

View File

@ -84,7 +84,7 @@
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<!-- <div id="WordTrending" style="width:100%;"></div> -->
<!-- <div id="ProtocolsTrending" style="width:100%;"></div> -->
<div id="ProtocolsTrending" style="width:100%; height:800px;"></div>
</div>
<!-- /.panel-body -->