Exemplo n.º 1
0
def logout():
    _wx_ctx_stack.pop()
    for f in glob.glob('{}/*.pkl'.format(here)):
        try:
            os.remove(f)
        except FileNotFoundError:
            pass
    return {'msg': ''}
Exemplo n.º 2
0
def logout():
    _wx_ctx_stack.pop()
    return {'msg': ''}
Exemplo n.º 3
0
def logout():
    _wx_ctx_stack.pop()
    return {'msg': ''}