You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Want to be able to handle some kind of query parameter like ?refresh=true or something which gets passed to the plugins and instructs them to manually refresh their data.
Also, Steve says for parsing:
[x.split('=') for x in environ['QUERY_STRING'].split('&')]
The text was updated successfully, but these errors were encountered:
Want to be able to handle some kind of query parameter like
?refresh=true
or something which gets passed to the plugins and instructs them to manually refresh their data.Also, Steve says for parsing:
The text was updated successfully, but these errors were encountered: