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.
- package/package.json +1 -1
- package/src/main.py +2 -2
package/package.json
CHANGED
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
|
-
|
|
263
|
-
|
|
262
|
+
print("[SoulSync] Exiting... / 退出...")
|
|
263
|
+
sys.exit(0)
|
|
264
264
|
|
|
265
265
|
def initialize(self):
|
|
266
266
|
"""初始化组件"""
|