switch to pull based updates

This commit is contained in:
j 2015-12-01 09:59:52 +01:00
commit 75164a8399
4 changed files with 58 additions and 26 deletions

View file

@ -1,6 +1,9 @@
import state
from websocket import trigger_event
import logging
logger = logging.getLogger(__name__)
class Bandwidth(object):
up = 0
down = 0