diff --git a/settings.py b/settings.py index c585872..502fab5 100644 --- a/settings.py +++ b/settings.py @@ -323,6 +323,7 @@ def change_maxbot_status_by_keyword(): if is_matched: #print("match to idle:", current_time) maxbot_idle() + #print("resume_keyword", config_dict["advanced"]["resume_keyword"]) if len(config_dict["advanced"]["resume_keyword"]) > 0: is_matched = util.is_text_match_keyword(config_dict["advanced"]["resume_keyword"], current_time) if is_matched: diff --git a/www/settings.html b/www/settings.html index 53ce6e0..77959e0 100644 --- a/www/settings.html +++ b/www/settings.html @@ -555,28 +555,28 @@
- +
- +
- +
- +