mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Added few comments
This commit is contained in:
parent
4b3101b7b6
commit
5a9eca9291
3 changed files with 4 additions and 3 deletions
|
@ -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 ""
|
||||
|
|
|
@ -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:
|
||||
-------------
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue