예제 #1
0
파일: batch.py 프로젝트: flightstats/hub
 def get_channels():
     logger.debug(utils.get_client_address(request) + ' | ' + request.method + ' | /callback')
     return HubTasks.get_channels()
예제 #2
0
파일: verifier.py 프로젝트: uditsharma/hub
 def get_channels():
     logger.debug(
         utils.get_client_address(request) + ' | ' + request.method +
         ' | /callback')
     return HubTasks.get_channels()
예제 #3
0
파일: batch.py 프로젝트: satishkotadiya/hub
 def get_channels():
     return HubTasks.get_channels()