diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index caeeda1..02831af 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,7 +3,6 @@
-
@@ -85,11 +84,11 @@
-
+
-
-
+
+
@@ -98,7 +97,7 @@
-
+
@@ -214,7 +213,7 @@
-
+
@@ -255,12 +254,12 @@
1588152877746
-
+
-
+
@@ -363,17 +362,6 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -384,6 +372,17 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/serve.py b/serve.py
index 785532b..93314c0 100644
--- a/serve.py
+++ b/serve.py
@@ -212,7 +212,7 @@ class MyHandler(BaseHTTPRequestHandler):
with open(config.train_data_path, 'r') as f:
q = deque(f, config.time_step - 1)
df = pd.read_csv(StringIO(''.join(q)), usecols=config.feature_and_label_columns)
-
+ print(df)
df.append(data, ignore_index=True)
df.to_csv('./data/test_data.csv')