@@ -250,7 +250,7 @@ class historyContentIdTask(object):
result = await self.mysql_client.async_select(sql)
if result:
status = result[0][1]
- if status in {UP_LEVEL_STATUS, EXIT_STATUS}:
+ if status in {UP_LEVEL_STATUS, TITLE_EXIT_STATUS}:
return True
else:
return False