mirror of
https://github.com/9001/copyparty.git
synced 2026-04-02 22:08:38 +10:00
shrink sfx some more
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user