mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-27 01:02:15 +05:30
fixed bug in iwd.py
And fixed a typo in README.md
This commit is contained in:
parent
7b7c3f0b2e
commit
b1d970a0f6
@ -152,7 +152,7 @@ and others which can work on an intranet.
|
||||
|
||||
## Uninstalling
|
||||
|
||||
If you installed naxalnet manually, there is now way to uninstall
|
||||
If you installed naxalnet manually, there is no way to uninstall
|
||||
than manually removing the files:
|
||||
|
||||
```sh
|
||||
|
@ -164,7 +164,7 @@ class Device:
|
||||
"""
|
||||
Same as is_adhoc_started(), but for ap
|
||||
"""
|
||||
if self.is_powered_on() and self.get_mode == "ap":
|
||||
if self.is_powered_on() and self.get_mode() == "ap":
|
||||
return self._proxy.Started
|
||||
return None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user