Skip to content

Commit c48b9b7

Browse files
authored
Update analyzeMFT.py
Add missing shebang (#137) Signed-off-by: wbi-ocd <[email protected]>
1 parent 7c9a360 commit c48b9b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

analyzeMFT.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
import os
23
import sys
34
import asyncio
@@ -9,4 +10,4 @@
910
if __name__ == "__main__":
1011
if sys.platform == "win32":
1112
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
12-
asyncio.run(main())
13+
asyncio.run(main())

0 commit comments

Comments
 (0)