mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [Update v2.4] fix empty set
This commit is contained in:
parent
d2e59c935a
commit
e91c4a5a9a
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue