|
@@ -172,7 +172,7 @@ class AllProcess(object):
|
|
|
|
|
|
def __init__(self):
|
|
|
self.client_spider = MySQLClientSpider()
|
|
|
- self.all_features = ["label", "tag1", "tag2", "tag3"]
|
|
|
+ self.all_features = ["label", "tag1", "tag2", "tag3", "tag4"]
|
|
|
|
|
|
def read_all_data(self, flag, dt_time):
|
|
|
"""
|