Skip to content

Commit e4c4fec

Browse files
authored
Update utils.py
1 parent 7cb63c2 commit e4c4fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def ph_num_lookup():
5656

5757

5858
def ip_grabber():
59-
if platform.system == 'Windows':
59+
if platform.system() == 'Windows':
6060
print('IP-Grabber is not supported on Windows')
6161
else:
6262
os.system('cd IP-Grabber && sudo chmod 777 * && bash ip-grabber.sh')

0 commit comments

Comments
 (0)