Skip to content
Snippets Groups Projects
Commit 2f01257e authored by Jeffery Tian's avatar Jeffery Tian
Browse files

updated the facebook message file name

parent e0e83fbc
No related branches found
No related tags found
No related merge requests found
Pipeline #367809 failed
......@@ -38,7 +38,7 @@ public final class ParseFBMessages {
File[] listOfFiles = (new File(archive + File.separator + "inbox")).listFiles();
for (int i = 0; i < listOfFiles.length; i++) {
File conversation = new File(listOfFiles[i], "message.json");
File conversation = new File(listOfFiles[i], "message_1.json");
if (conversation.isFile()) {
try {
JSONObject obj = (JSONObject) new JSONParser().parse(new FileReader(conversation));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment