soulsync 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.py +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soulsync",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "SoulSync plugin for OpenClaw - cross-bot memory synchronization",
5
5
  "main": "index.js",
6
6
  "repository": {
package/src/main.py CHANGED
@@ -259,8 +259,8 @@ class SoulSyncPlugin:
259
259
  sys.exit(0)
260
260
 
261
261
  print("\n[SoulSync] ❌ Too many registration attempts / 注册尝试次数过多")
262
- print("[SoulSync] Exiting... / 退出...")
263
- sys.exit(0)
262
+ print("[SoulSync] Exiting... / 退出...")
263
+ sys.exit(0)
264
264
 
265
265
  def initialize(self):
266
266
  """初始化组件"""