Skip to content

Commit eaca15a

Browse files
committed
<readme>[feat]update
1 parent 6cd400c commit eaca15a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
## 通信
1818

19-
- [ ] HTTP GET
20-
- [ ] HTTP POST
19+
- [x] HTTP GET
20+
- [ ] ~~HTTP POST~~ (Not Useful)
2121
- [ ] 正向 WebSocket
2222
- [x] 反向 WebSocket
2323

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"The configuration file does not exist, please edit it, it has been created for you in current directory.\n" + \
1111
"Do not edit `config_template.yml`, `config.yml` instead!"
1212
)
13-
with open("./config.yml", "w", encoding="utf8") as f:
13+
with open("./config.yml", mode="w", encoding="utf8") as f:
1414
f.write(config_default)
1515
sys.exit(0)
1616

0 commit comments

Comments
 (0)