Skip to content

Commit e6a51c6

Browse files
hdhddjd
1 parent 17114a2 commit e6a51c6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

updater/controler.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,11 @@ def collect_safely(self):
408408
isp = 'N/A'
409409

410410
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]
411+
# if org and org != 'N/A':
412+
# org_parts = org.split()
413+
# if org_parts:
414+
# # pass
415+
# isp = org_parts[-1]
416416
print('updatting info dict')
417417
info_dict["network"]["public_ip"] = public_ip
418418
info_dict["network"]["city"] = city

0 commit comments

Comments
 (0)