passer plusieurs arguments pour file Python
t1 = threading.Thread(target=Main2_TrapToTxtDb, args=(varBinds, otherVariable))
Thoughtful Toad
t1 = threading.Thread(target=Main2_TrapToTxtDb, args=(varBinds, otherVariable))