更新install.py文件
This commit is contained in:
Hmtsai 2024-02-21 11:38:52 +08:00 committed by cxykevin
parent 40d3b1d09b
commit 8a08ee4473
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ def find_disk():
raise OSError("Permission denied")
is_linux = True
mount_point = "/mnt/prinjector_mount_point"
# print(
# "Warning: Linux support is developing.Please umount {mount_point}")
if not os.path.exists(mount_point):
os.mkdir(mount_point)
elif len(os.listdir(mount_point)):