diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-31 11:27:03 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-31 11:27:03 -0400 |
commit | ae60f5f679da06b3824accdd14482189fec9dc85 (patch) | |
tree | 14415e1658c8a725434d9bd2d7a9b683229f1a9c | |
parent | d514d8ee6ab88ca4fdf51a2a824b79c7602ffc95 (diff) | |
download | rawr-ebooks-ae60f5f679da06b3824accdd14482189fec9dc85.tar.gz rawr-ebooks-ae60f5f679da06b3824accdd14482189fec9dc85.tar.bz2 rawr-ebooks-ae60f5f679da06b3824accdd14482189fec9dc85.zip |
Fixed config-example.yml
-rw-r--r-- | config-example.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-example.yml b/config-example.yml index 7f93476..346904c 100644 --- a/config-example.yml +++ b/config-example.yml | |||
@@ -1,7 +1,7 @@ | |||
1 | --- | 1 | --- |
2 | corpus: "corpus.txt" | 2 | corpus: "corpus.txt" |
3 | username: "" | ||
4 | password: "" | ||
5 | consumer_key: "" | 3 | consumer_key: "" |
6 | consumer_secret: "" | 4 | consumer_secret: "" |
5 | access_key: "" | ||
6 | access_secret: "" | ||
7 | delay: 3600 \ No newline at end of file | 7 | delay: 3600 \ No newline at end of file |