Skip to content

Commit 40a7bc8

Browse files
authored
Merge pull request #138 from wbi-ocd/patch-1
Update analyzeMFT.py
2 parents 7c9a360 + c48b9b7 commit 40a7bc8

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)