mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
readme refactor
This commit is contained in:
parent
4b2b4ed52d
commit
75e5e53276
5 changed files with 230 additions and 167 deletions
|
@ -231,11 +231,11 @@ def hashfile(fn):
|
|||
|
||||
def unpack():
|
||||
"""unpacks the tar yielded by `data`"""
|
||||
name = "pe-copyparty."
|
||||
name = "pe-copyparty"
|
||||
try:
|
||||
name += str(os.geteuid())
|
||||
name += "." + str(os.geteuid())
|
||||
except:
|
||||
name += "0"
|
||||
pass
|
||||
|
||||
tag = "v" + str(STAMP)
|
||||
top = tempfile.gettempdir()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue