Skip to content

Commit e5db7a2

Browse files
authored
Rename nitro_balanced_ffmpeg.py to nitro_balanced_v12.py
1 parent 3ec9403 commit e5db7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ def release(self, path, fh):
178178
FUSE(NitroMonkeyV12(args.source, args.pool), args.mount, **fuse_opts)
179179
except Exception as e:
180180
print(f"\n[!] Detaching: {e}")
181-
os.system(f"fusermount -u {args.mount} 2>/dev/null")
181+
os.system(f"fusermount -u {args.mount} 2>/dev/null")

0 commit comments

Comments
 (0)