Explorar o código

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

lanfr144 hai 1 semana
pai
achega
0fcd782e8b
Modificáronse 1 ficheiros con 1 adicións e 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