mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-16 17:55:55 -05:00
fmt
This commit is contained in:
@@ -400,9 +400,7 @@ async def populate_understanding_from_tally(user_id: str, email: str) -> None:
|
||||
return
|
||||
|
||||
submission, questions = result
|
||||
logger.info(
|
||||
f"Tally: found submission for {masked}, extracting understanding"
|
||||
)
|
||||
logger.info(f"Tally: found submission for {masked}, extracting understanding")
|
||||
|
||||
# Format and extract
|
||||
formatted = format_submission_for_llm(submission, questions)
|
||||
@@ -417,6 +415,4 @@ async def populate_understanding_from_tally(user_id: str, email: str) -> None:
|
||||
logger.info(f"Tally: successfully populated understanding for user {user_id}")
|
||||
|
||||
except Exception:
|
||||
logger.exception(
|
||||
f"Tally: error populating understanding for user {user_id}"
|
||||
)
|
||||
logger.exception(f"Tally: error populating understanding for user {user_id}")
|
||||
|
||||
Reference in New Issue
Block a user