Skip to content

Commit 16819fe

Browse files
committed
changed default ip
1 parent 33ea22e commit 16819fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recoverpoint/recoverpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def metric_init(params):
255255
# For CLI Debuging:
256256
if __name__ == '__main__':
257257
params = {
258-
'mgmtip' : '10.10.9.170',
258+
'mgmtip' : '192.168.1.100',
259259

260260
}
261261
descriptors = metric_init(params)

0 commit comments

Comments
 (0)