You are viewing a single comment's thread from:
RE: Steemfeed-JS - now with real exchange queries and median averages
I used the same kind-of exchange abstraction in SteemValue which is in Python. I would be using that same code for a python price feed, but I've found that python likes to randomly hang when connecting to external sites...
I've added a default timeout of 2s for all requests, to avoid waiting due to networking or other issues.