From b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:57:02 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/plugins/random.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/random.py') diff --git a/src/plugins/random.py b/src/plugins/random.py index d956431..95f0d1d 100644 --- a/src/plugins/random.py +++ b/src/plugins/random.py @@ -56,4 +56,3 @@ class Random: ''' with open('/proc/sys/kernel/random/entropy_avail', 'rb') as file: return int(file.read().decode('utf-8', 'replace').rstrip('\n')) - -- cgit v1.2.3-70-g09d2