mrwhale

Results 22 comments of mrwhale

Happy to provide a space/resources on my aws VM for this to happen( if this is all you are waiting on)

Thanks @asantaga looks like its just me then! I'll grab that snippet out of your code base there and try that

Yeah so it seems that class doesn't like the `check_alerts()` method ```python from ring_doorbell import Ring from ring_doorbell import RingDoorBell myring = Ring('creds', "False", 'True','http://localhost/', 'True', 'ring_doorbell-session.cache') while(True): print RingDoorBell(myring,...

I encountered something similar a little while ago as I had the need for any _user_ to be able to vote, rather then basing it on IP As this poll...

I would say this is related to #31

Hey @egeriis I believe HLTV gets their data directly from the CSGO matches via the server is running on There is an article somewhere on Hltv about it, I can't...

I have also noticed, especially in 3 map games, that hltv seems to send "31" as the round number for rounds in a break. This of course doesnt help when...

Well that's pretty cool, didn't realise this was in Android 7. Yeah that would be best, allow to choose which zones. I'm sure everyone has a most used zone they'd...

Yeah I'll have to merge this so I can play around with integrating into pebble too, nice work:) I did start some work on this a few weeks back but...