From e8ca2e7938b1e4095fb497899c2ebb1b4e0b85b1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 11 Jan 2022 01:55:35 +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 cb2c9c02f..efe18d8dc 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -556,7 +556,7 @@ def thumbnail_thread(pid): cpu = cpu_percent() - if cpu > 70: + if cpu > 50: print('wtf', flush=True) with open('under_attack', 'r') as f: content = f.read()