Hello there i want to change the variable in the config which is in app.config.var so is it possible to by using the Inspector change the config variable data ? i just want to use sanic commands to do so ?
class MyInspector(Inspector):
async def change_variable(self, *args, **kwargs):
pass
# app.config.data = kwargs.get("data")
Something like this ?? how can i access the app.config is this even possible ? i was unable to find anything related to this on the internet ? should i create routes insted ?
New contributor
Prime is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.