Quando vou rodar o jogoteca.py aparece no terminal
(FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning.
warnings.warn(FSADeprecationWarning(
/)
como o erro fala eu posso definir como True ou False, mas quando faço isso nao retorna o link do localhost que deve acessar para ver o webapp!
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
depois disso nao retorna nada