Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 简洁阐述问题 / docx不会变化 #5153

Open
BigGeneral666 opened this issue Dec 24, 2024 · 1 comment
Open

[BUG] 简洁阐述问题 / docx不会变化 #5153

BigGeneral666 opened this issue Dec 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@BigGeneral666
Copy link

问题描述 / Problem Description
在server_app.py 中删除或者新增路由, 为什么docx中不会更新呢?

@BigGeneral666 BigGeneral666 added the bug Something isn't working label Dec 24, 2024
Copy link

dosubot bot commented Dec 24, 2024

@BigGeneral666 你好,我是一个可以帮助您解决 bug、回答问题并成为贡献者的机器人。我会在等待人类维护者的过程中为您提供帮助。

The issue you're experiencing, where changes to routes in server_app.py do not update the docx files, might be due to the lack of a direct mechanism or function in the codebase that synchronizes route changes with docx updates. The repository uses the python-docx library for handling docx files [1], but there is no specific function or module identified that automatically updates the docx files when routes are modified. You may need to implement a custom solution to handle this synchronization.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant