report bandwidth, only pull changes
This commit is contained in:
parent
1e17e4a9d1
commit
68383b8834
8 changed files with 78 additions and 26 deletions
|
|
@ -110,6 +110,8 @@ def run():
|
|||
import downloads
|
||||
import nodes
|
||||
import tor
|
||||
import bandwidth
|
||||
state.bandwidth = bandwidth.Bandwidth()
|
||||
state.tor = tor.Tor()
|
||||
state.node = node.server.start()
|
||||
state.downloads = downloads.Downloads()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue