Skip to content

Commit

Permalink
Refactor and add Asynchronous processing
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong1120 committed Nov 2, 2024
1 parent e9ec2b2 commit 6e50fce
Show file tree
Hide file tree
Showing 12 changed files with 738 additions and 598 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.13.0
- name: Set up Python 3.12.7
uses: actions/setup-python@v4
with:
python-version: "3.13.0"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.13.0
- name: Set up Python 3.12.7
uses: actions/setup-python@v3
with:
python-version: "3.13.0"
python-version: "3.12.7"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 0 additions & 1 deletion README-zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@

- 新增對 WhatsApp 通知的支援,
- 在 server_api 和 streaming_web 中從 Flask 切換到 Fastapi
- 重構 main.py

## 授權
此項目根據 [AGPL-3.0](LICENSE.md) 授權。
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,6 @@ We welcome contributions to this project. Please follow these steps:

- Add support for WhatsApp notifications,
- Switch from Flask to Fastapi in server_api and streaming_web
- Refactor main.py


## License

Expand Down
Loading

0 comments on commit 6e50fce

Please sign in to comment.