fix typo of hardcoded gateway ip

This commit is contained in:
Joe Roback
2024-03-06 14:56:28 -07:00
parent 371ef62663
commit f7a5457cd9
+1 -1
View File
@@ -114,7 +114,7 @@ def main():
1,
0,
lifetime=60,
gateway_ip='10.2.0.1',
gateway_ip=gateway_ip,
retry=3,
use_exception=True,
)