dash_querystrings icon indicating copy to clipboard operation
dash_querystrings copied to clipboard

pyshortener update

Open carl-enveritas opened this issue 5 years ago • 0 comments

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)

carl-enveritas avatar Jul 24 '20 13:07 carl-enveritas