Added few comments

This commit is contained in:
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 from Helper import Process
# Used to prevent concat with empty fields due to url parsing
def avoidNone(str): def avoidNone(str):
if str is None: if str is None:
return "" return ""

View file

@ -2,10 +2,10 @@
# -*-coding:UTF-8 -* # -*-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: Requirements:
------------- -------------

View file

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