]> git.parisson.com Git - telecaster-cgi.git/commitdiff
add net devices
authoryomguy <yomguy@parisson.com>
Wed, 22 Feb 2012 10:50:26 +0000 (11:50 +0100)
committeryomguy <yomguy@parisson.com>
Wed, 22 Feb 2012 10:50:26 +0000 (11:50 +0100)
webview.py

index 179e6b7cd1013a03dd480324d0e35c45530aadf6..e0594c1b621cca4718369366e6d04772470c3aec 100644 (file)
@@ -49,7 +49,7 @@ class WebView(FieldStorage):
         FieldStorage.__init__(self)
         self.conf = conf
         self.version = version
-        self.interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'wlan0']
+        self.interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'wlan0','wlan1',]
         ip = ''
         for interface in self.interfaces:
             try: