Skip to content

Commit 3048878

Browse files
committed
Merge branch 'master' into service
2 parents 087fb90 + cf1bc76 commit 3048878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(self, **kwargs):
7979
ip = socket.gethostbyname(socket.gethostname())
8080
if ip.startswith('127.'):
8181
interfaces = ['eth0', 'eth1', 'eth2', 'wlan0', 'wlan1', 'wifi0',
82-
'ath0', 'ath1', 'ppp0']
82+
'tiwlan0', 'tiwlan1', 'ath0', 'ath1', 'ppp0']
8383
for ifname in interfaces:
8484
try:
8585
ip = self.get_interface_ip(ifname)

0 commit comments

Comments
 (0)