ncssar / sartopo_python

Python calls for the caltopo / sartopo API
GNU General Public License v3.0
14 stars 2 forks source link

allow timeout argument for addMarker #49

Closed caver456 closed 1 year ago

caver456 commented 1 year ago

for radiolog

caver456 commented 1 year ago

See this post on fire-and-forget requests. Maybe best to actually collect the response in a future, or in a callback - but that would be a big overhaul:

https://stackoverflow.com/questions/27021440