diff options
Diffstat (limited to '')
| -rw-r--r-- | src/plugins/random.py | 1 |
1 files changed, 0 insertions, 1 deletions
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')) - |
