From ec0f7aecf1e66d84e4abb2ff390d79c1387cb97b Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 20 Mar 2016 18:25:59 -0400 Subject: Increased delay between tweets --- wordplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wordplay.cpp') diff --git a/wordplay.cpp b/wordplay.cpp index 74ac40d..4f621a1 100644 --- a/wordplay.cpp +++ b/wordplay.cpp @@ -82,6 +82,6 @@ int main(int argc, char** argv) std::cout << "Waiting" << std::endl; - sleep(60 * 60); + sleep(60 * 60 * 3); } } \ No newline at end of file -- cgit 1.4.1