mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
shrink sfx some more
This commit is contained in:
parent
866c74c841
commit
2a6a3aedd0
2 changed files with 5 additions and 4 deletions
|
@ -260,7 +260,7 @@ def read_py(binp):
|
|||
|
||||
def get_pys():
|
||||
ver, chk = read_py(sys.executable)
|
||||
if chk:
|
||||
if chk or PY2:
|
||||
return [[chk, ver, sys.executable]]
|
||||
|
||||
hits = {sys.executable.lower(): sys.executable}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue