store annotations in db and sync with peers
This commit is contained in:
parent
131a6a3215
commit
e0cba14d6a
21 changed files with 385 additions and 63 deletions
|
|
@ -170,8 +170,8 @@ def run():
|
|||
import bandwidth
|
||||
state.bandwidth = bandwidth.Bandwidth()
|
||||
state.tor = tor.Tor()
|
||||
state.node = node.server.start()
|
||||
state.nodes = nodes.Nodes()
|
||||
state.node = node.server.start()
|
||||
|
||||
def publish():
|
||||
if not state.tor.is_online():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue