mirror of
https://github.com/greenseeker/t2server.git
synced 2026-07-12 23:14:33 +00:00
cpu usage improvements and misc
This commit is contained in:
parent
bf1ad09490
commit
3127130b19
4 changed files with 14 additions and 64 deletions
2
setup
2
setup
|
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env -S python3 -B
|
||||
from tqdm import tqdm
|
||||
from hashlib import md5
|
||||
from os import system, unlink, symlink, makedirs, geteuid, getcwd, chmod, rename
|
||||
from os.path import isfile, isdir
|
||||
from time import time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue