1
0
forked from bot/app

🚚 移除通信测试插件

This commit is contained in:
2024-08-16 22:53:54 +08:00
parent d3f1e35a12
commit 0417805e46
4 changed files with 3 additions and 23 deletions

View File

@ -37,7 +37,7 @@ def debounce(wait):
return decorator
if get_config_with_compat("liteyuki.dev_mode", ("dev_mode",), False):
if get_config_with_compat("liteyuki.reload", ("dev_mode",), False):
logger.debug("Liteyuki Reload enabled, watching for file changes...")
observer.start()