From 169f1645a44ef83c0107108943c23038045dac35 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Sat, 17 Aug 2024 00:39:49 +0800 Subject: [PATCH] :memo: Update dev_comm.md :memo: --- docs/dev/dev_comm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/dev_comm.md b/docs/dev/dev_comm.md index 5de4517b..b2011e35 100644 --- a/docs/dev/dev_comm.md +++ b/docs/dev/dev_comm.md @@ -96,4 +96,4 @@ shared_memory.set("key", "value") # 设置共享内存 value = shared_memory.get("key") # 获取共享内存 ``` -- 源代码:[liteyuki/comm/storage.py](https://github.com/LiteyukiStudio/LiteyukiBot/blob/main/liteyuki/comm/storage.py) \ No newline at end of file +源代码:[liteyuki/comm/storage.py](https://github.com/LiteyukiStudio/LiteyukiBot/blob/main/liteyuki/comm/storage.py)