body length

This commit is contained in:
2022-11-02 20:36:13 +01:00
parent 82d356ef5e
commit 5c21712344
3 changed files with 14 additions and 16 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
from os import chdir, system, path
from os import chdir, path
from sys import argv
from subprocess import run, PIPE
from multiprocessing import Process