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.group = 0
|
||||
self.online = False
|
||||
self.gps = None
|
||||
# groups:
|
||||
# 0 normal node
|
||||
# 1 aftermath
|
||||
|
|
Loading…
Add table
Reference in a new issue