We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e8bf9 commit cce8273Copy full SHA for cce8273
src/vorta/network_status/abc.py
@@ -54,6 +54,9 @@ class SystemWifiInfo(NamedTuple):
54
class NullNetworkStatusMonitor(NetworkStatusMonitor):
55
"""Dummy implementation, in case we don't have one for current platform."""
56
57
+ def is_network_active(self):
58
+ return True
59
+
60
def is_network_status_available(self):
61
return False
62
0 commit comments