summaryrefslogtreecommitdiff
path: root/src/io/DataWriter.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/DataWriter.java')
-rw-r--r--src/io/DataWriter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/DataWriter.java b/src/io/DataWriter.java
index 6a5e3fe..252c50c 100644
--- a/src/io/DataWriter.java
+++ b/src/io/DataWriter.java
@@ -63,7 +63,7 @@ public class DataWriter implements ResultListener {
m_profile.close();
throw ex;
}
- m_tweet = getStore(profilesName);
+ m_tweet = getStore(tweetsName);
try {
m_tweetIdSet = readIds(m_tweet);
} catch (IOException ex) {