|
|
@ -88,7 +88,7 @@ def main(): |
|
|
|
|
|
|
|
|
|
|
|
# load the module with the selected interface (or pick one for the user if |
|
|
|
# load the module with the selected interface (or pick one for the user if |
|
|
|
# they don't chose anything.) |
|
|
|
# they don't chose anything.) |
|
|
|
display = interface.load(connection, preferred_interface) |
|
|
|
display = interfaces.load(connection, preferred_interface) |
|
|
|
if display is None: |
|
|
|
if display is None: |
|
|
|
log.error('Sorry, no interface could be found for your system') |
|
|
|
log.error('Sorry, no interface could be found for your system') |
|
|
|
return |
|
|
|
return |
|
|
|