This commit is contained in:
cxykevin 2024-02-22 19:12:09 +08:00
commit b2a9456092
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)):