@@ -388,7 +388,7 @@ def delete_articles(gh_id, title):
def get_only_auto_reply_accounts():
"""
- 获取急转的账号
+ 获取即转的账号
sql = "select publish_account_id from publish_account_remark where remark like '%即转%';"
denet = DeNetMysql()