Skip to content

Commit

Permalink
fix: setting提醒
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Apr 25, 2024
1 parent aee1355 commit 7c82b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tab/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def on_submit_all(ticket_id, ticket_info, people_indices, people_buyer_index, ad
}
return [gr.update(), gr.update(value=config_dir, visible=True)]
except Exception as e:
logger.info(e)
logger.exception(e)
return [gr.update(value="生成错误,仔细看看你可能有哪里漏填的", visible=True), gr.update(value={})]


Expand Down

0 comments on commit 7c82b7c

Please sign in to comment.