aboutsummaryrefslogtreecommitdiff
path: root/to_csv.py
diff options
context:
space:
mode:
Diffstat (limited to 'to_csv.py')
-rwxr-xr-x[-rw-r--r--]to_csv.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/to_csv.py b/to_csv.py
index f742cc2..e08bc24 100644..100755
--- a/to_csv.py
+++ b/to_csv.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
import csv
from mgs import MGSPiracy
from argparse import ArgumentParser
@@ -27,4 +28,4 @@ if __name__ == '__main__':
case['doc_link'],
case['violation_links']))
- f.close() \ No newline at end of file
+ f.close()