diff options
| -rw-r--r-- | toldya.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
| diff --git a/toldya.cpp b/toldya.cpp index e152f05..5f05b20 100644 --- a/toldya.cpp +++ b/toldya.cpp | |||
| @@ -74,7 +74,7 @@ int main(int argc, char** argv) | |||
| 74 | } | 74 | } |
| 75 | }); | 75 | }); |
| 76 | 76 | ||
| 77 | std::this_thread::sleep_for(to_wait); | 77 | std::this_thread::sleep_for(std::chrono::minutes(1)); |
| 78 | 78 | ||
| 79 | for (;;) | 79 | for (;;) |
| 80 | { | 80 | { |
| @@ -115,7 +115,7 @@ int main(int argc, char** argv) | |||
| 115 | std::cout << "Sleeping for " << (waitlen/60/60/24) << " days..." << std::endl; | 115 | std::cout << "Sleeping for " << (waitlen/60/60/24) << " days..." << std::endl; |
| 116 | } | 116 | } |
| 117 | 117 | ||
| 118 | std::this_thread::sleep_for(std::chrono::minutes(1)); | 118 | std::this_thread::sleep_for(to_wait); |
| 119 | 119 | ||
| 120 | // Unfollow people who have unfollowed us | 120 | // Unfollow people who have unfollowed us |
| 121 | try | 121 | try |
