diff options
| -rw-r--r-- | sap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/sap.cpp b/sap.cpp index bae15e1..093e1fd 100644 --- a/sap.cpp +++ b/sap.cpp | |||
| @@ -87,7 +87,7 @@ void sap::run() const | |||
| 87 | std::cout << "Tweeted!" << std::endl; | 87 | std::cout << "Tweeted!" << std::endl; |
| 88 | 88 | ||
| 89 | // Wait. | 89 | // Wait. |
| 90 | std::this_thread::sleep_for(std::chrono::hours(1)); | 90 | std::this_thread::sleep_for(std::chrono::hours(12)); |
| 91 | } catch (const Magick::ErrorImage& ex) | 91 | } catch (const Magick::ErrorImage& ex) |
| 92 | { | 92 | { |
| 93 | std::cout << "Image error: " << ex.what() << std::endl; | 93 | std::cout << "Image error: " << ex.what() << std::endl; |
