Skip to content

Commit

Permalink
fix renew user bot
Browse files Browse the repository at this point in the history
  • Loading branch information
suluyan committed Jan 8, 2025
1 parent 5b55b40 commit a77c2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/agentfabric/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def generate():
assert isinstance(exec_result, Config)
builder_cfg = exec_result.to_dict()
save_builder_configuration(builder_cfg, uuid_str)
# app.session_manager.clear_user_bot(uuid_str)
app.session_manager.renew_user_bot(uuid_str)
res = json.dumps(
{
'data': response,
Expand Down

0 comments on commit a77c2c1

Please sign in to comment.