add gps attribute
This commit is contained in:
parent
5a2d480360
commit
08187766b1
1 changed files with 1 additions and 0 deletions
1
node.py
1
node.py
|
@ -4,6 +4,7 @@ class Node():
|
||||||
self.macs = set()
|
self.macs = set()
|
||||||
self.group = 0
|
self.group = 0
|
||||||
self.online = False
|
self.online = False
|
||||||
|
self.gps = None
|
||||||
# groups:
|
# groups:
|
||||||
# 0 normal node
|
# 0 normal node
|
||||||
# 1 aftermath
|
# 1 aftermath
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue