1 parent 17114a2 commit e6a51c6Copy full SHA for e6a51c6
1 file changed
updater/controler.py
@@ -408,11 +408,11 @@ def collect_safely(self):
408
isp = 'N/A'
409
410
print('isp adding')
411
- if org and org != 'N/A':
412
- org_parts = org.split()
413
- if org_parts:
414
- # pass
415
- isp = org_parts[-1]
+ # if org and org != 'N/A':
+ # org_parts = org.split()
+ # if org_parts:
+ # # pass
+ # isp = org_parts[-1]
416
print('updatting info dict')
417
info_dict["network"]["public_ip"] = public_ip
418
info_dict["network"]["city"] = city
0 commit comments