.BANCHO. Add basic api code

This commit is contained in:
Nyo
2016-10-31 09:44:36 +01:00
parent 0e5471383e
commit 7699dd288c
5 changed files with 15 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ import time
from common.ddog import datadogClient
from common.files import fileBuffer, fileLocks
from common.web.api import rateLimit
from objects import channelList
from objects import matchList
from objects import streamList
@@ -50,3 +51,4 @@ startTime = int(time.time())
streams = streamList.streamList()
rateLimits = rateLimit.rateLimiters(60, 60)