therealssj

Results 16 comments of therealssj
trafficstars

In my case it doesn't work even after changing the channel :(

@qsub ./airport-bssid not airport-bssid

@MonsterMMORPG the payload is empty so u need to put a check there. I have a different implementation but I do something like ``` if not response.payload: return None ```...

@MonsterMMORPG it's not a single line but multiple changes. ``` Line 230: payload = response.payload[0] To: if not reponse.payload: return None Line 290: h = heartbeat(api_endpoint, access_token, response) To: h...

@MonsterMMORPG http://stackoverflow.com/questions/4467240/play-simple-beep-with-python-without-external-library

https://github.com/skycoin/teller/pull/229 fixed in this?