Explorar el Código

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

lanfr144 hace 1 semana
padre
commit
0fcd782e8b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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