fix typo of hardcoded gateway ip
This commit is contained in:
+1
-1
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user