dash_querystrings
dash_querystrings copied to clipboard
pyshortener update
The pyshortener package seems to have changed. This modification was required to the page_load module:
if n_clicks and state:
shortener = Shortener()
return shortener.tinyurl.short('http://127.0.0.1:8050' + state)