Example #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': ''}
Example #2
0
def logout():
    _wx_ctx_stack.pop()
    return {'msg': ''}
Example #3
0
def logout():
    _wx_ctx_stack.pop()
    return {'msg': ''}