mirror of https://github.com/CIRCL/AIL-framework
Added few comments
parent
4b3101b7b6
commit
5a9eca9291
|
@ -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 ""
|
||||||
|
|
|
@ -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:
|
||||||
-------------
|
-------------
|
||||||
|
|
|
@ -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 -->
|
||||||
|
|
Loading…
Reference in New Issue