From a53d7f31b4a678f2dc320b80deab1e6bb3ebd926 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 11 Jan 2022 05:29:02 +0200 Subject: [PATCH] bb --- files/routes/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index 955f61738..3456fee54 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -562,7 +562,7 @@ def thumbnail_thread(pid): cpu = cpu_percent() - if cpu > 50: + if cpu > 5: print('wtf', flush=True) with open('under_attack', 'r') as f: content = f.read()