From 4dbb49d2fe830e23ba288932c254c903bffaf9a0 Mon Sep 17 00:00:00 2001 From: myitinos Date: Fri, 20 Sep 2019 15:58:38 +0800 Subject: [PATCH] update interval --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 425e8f0..1262932 100644 --- a/main.cpp +++ b/main.cpp @@ -251,7 +251,7 @@ int main() sleep(INTERVAL); std::cout << "Here's your flag: "; - intervalPrint(flag, FLAG_INTERVAL, 10); + intervalPrint(flag, FLAG_INTERVAL, 13); std::cout << "Oh no!" << std::endl; sleep(INTERVAL);