mirror of
https://github.com/kennethreitz-archive/python-convore.git
synced 2026-06-05 23:40:18 +00:00
bb871937d4
simple implementation. we make a blocking call to the url. if working in a GUI environment where the blocking call would freeze the GUI. the caller would need to start the live call in a separate thread and use a Queue to pass back the live data.