diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-11-14 13:30:38 -0500 | 
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-11-14 13:30:38 -0500 | 
| commit | 61e1b185d2edcad0d45878350ee26a7f2c946b47 (patch) | |
| tree | 07bee67f09da482a585333ff096d95c461e3973a | |
| parent | e1a9a5943990db19618af5a4ee4f675211f31491 (diff) | |
| download | sap-61e1b185d2edcad0d45878350ee26a7f2c946b47.tar.gz sap-61e1b185d2edcad0d45878350ee26a7f2c946b47.tar.bz2 sap-61e1b185d2edcad0d45878350ee26a7f2c946b47.zip | |
Posts way less often now
| -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; | 
