Unable to run python decorator in blueprints

前端 未结 0 1154
心在旅途
心在旅途 2020-12-11 05:17

I have the following snippets from files:

permissions.py

def login_required(func):
    @wraps(func)
    def login_check(*args, **kwargs):
        print         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题