about summary refs log tree commit diff stats
path: root/yandere.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yandere.cpp')
-rw-r--r--yandere.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/yandere.cpp b/yandere.cpp index 31746e1..1db126b 100644 --- a/yandere.cpp +++ b/yandere.cpp
@@ -3,7 +3,7 @@
3#include <random> 3#include <random>
4#include <sstream> 4#include <sstream>
5#include <fstream> 5#include <fstream>
6#include <mastodonpp.hpp> 6#include <mastodonpp/mastodonpp.hpp>
7#include <chrono> 7#include <chrono>
8#include <thread> 8#include <thread>
9#include <algorithm> 9#include <algorithm>
@@ -203,7 +203,7 @@ void run(const std::string& configfile)
203 std::cout << action << std::endl; 203 std::cout << action << std::endl;
204 std::cout << "Waiting" << std::endl; 204 std::cout << "Waiting" << std::endl;
205 205
206 std::this_thread::sleep_for(std::chrono::hours(1)); 206 std::this_thread::sleep_for(std::chrono::hours(2));
207 207
208 std::cout << std::endl; 208 std::cout << std::endl;
209 } 209 }