Skip to content

Commit

Permalink
Update Config_Generator.py
Browse files Browse the repository at this point in the history
修改了获取IP的方法
  • Loading branch information
Min9X1n authored Aug 16, 2018
1 parent b1dc752 commit edecc61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Config_Generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def getip():
myip = s.getsockname()[0]
finally:
s.close()

return myip


Expand Down

0 comments on commit edecc61

Please sign in to comment.