Skip to content

Commit

Permalink
feat: 错别字
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Apr 22, 2024
1 parent 0c29e70 commit 6bf9c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def onSubmitAll(ticket_number, ticket_info, people, people_buyer, address):
return gr.update(value=json.dumps(config_dir), visible=True)
except Exception as e:
logging.info(e)
return gr.update(value="生产错误,仔细看看你可能有哪里漏填的", visible=True)
return gr.update(value="生成错误,仔细看看你可能有哪里漏填的", visible=True)


def start_go(tickets_info, time_start, interval, mode, total_attempts):
Expand Down

0 comments on commit 6bf9c6b

Please sign in to comment.