development works in NixOS

This commit is contained in:
Sumner Evans
2020-10-13 21:09:13 -06:00
parent aa20eaada7
commit abf3720745
8 changed files with 153 additions and 126 deletions

View File

@@ -52,9 +52,6 @@ try:
except Exception:
# I really don't care what kind of exception it is, all that matters is the
# import failed for some reason.
logging.warning(
"Unable to import NM from GLib. Detection of SSID will be disabled."
)
networkmanager_imported = False
REQUEST_DELAY: Optional[Tuple[float, float]] = None