コードに5つのスレッドがあります...
5つのスレッドがmain.pyによって開始されます
したがって、実行中のスレッドごとに、diffIPを環境値として設定する必要があります
thread-1: has to set 192.168.10.2
thread-2: has to set 192.168.10.3
thread-3: has to set 192.168.10.4
thread-4: has to set 192.168.10.5
thread-5: has to set 192.168.10.6
これを解決するために私を導いてください