Ver Fonte

feat: add python shebang to ingest_csv.py and make executable

lanfr144 há 1 semana atrás
pai
commit
0fcd782e8b
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      ingest_csv.py

+ 1 - 0
ingest_csv.py

@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
 import pandas as pd
 import myloginpath
 import urllib.parse