Quellcode durchsuchen

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

lanfr144 vor 1 Woche
Ursprung
Commit
0fcd782e8b
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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