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