Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -127,5 +127,3 @@ def GetData(): | ... | @@ -127,5 +127,3 @@ def GetData(): |
127 | for post in zip(post_df['title'].tolist(), post_df['content'].tolist()): | 127 | for post in zip(post_df['title'].tolist(), post_df['content'].tolist()): |
128 | txt_file.write(post[0] + post[1] + '.\n') | 128 | txt_file.write(post[0] + post[1] + '.\n') |
129 | print("txt file saved") | 129 | print("txt file saved") |
... | \ No newline at end of file | ... | \ No newline at end of file |
130 | - | ||
131 | -GetData() | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment