mirror of https://github.com/CIRCL/AIL-framework
fix: [Update v2.4] fix empty set
parent
d2e59c935a
commit
e91c4a5a9a
|
@ -59,6 +59,8 @@ if __name__ == '__main__':
|
||||||
nb_elem_to_update = r_serv_db.get('update:nb_elem_to_convert')
|
nb_elem_to_update = r_serv_db.get('update:nb_elem_to_convert')
|
||||||
if not nb_elem_to_update:
|
if not nb_elem_to_update:
|
||||||
nb_elem_to_update = 0
|
nb_elem_to_update = 0
|
||||||
|
else:
|
||||||
|
nb_elem_to_update = int(nb_elem_to_update)
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
domain = r_serv_onion.spop('domain_update_v2.4')
|
domain = r_serv_onion.spop('domain_update_v2.4')
|
||||||
|
|
Loading…
Reference in New Issue