fabioftheodoro

Results 2 issues of fabioftheodoro

i Have a problem, this code generates duplicate responses when I run twice, and tripled responses when I run three times... why? `const express = require('express'); const server = express();...

in this case, how i use 'queues_details' for my script? import asyncio from panoramisk import Manager from pprint import pprint @asyncio.coroutine def queue_status(): manager = Manager(loop=asyncio.get_event_loop(), host='127.0.0.1', port=5039, username='username', secret='mysecret')...