From 5fc7602ea7e85aa9e21a3124a7fa0474071c0acd Mon Sep 17 00:00:00 2001 From: Roxi Dittberner Date: Wed, 4 Mar 2026 10:27:42 +0100 Subject: [PATCH] added hashbang to python file --- DataPuller.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DataPuller.py b/DataPuller.py index ab9e887..837e5c1 100644 --- a/DataPuller.py +++ b/DataPuller.py @@ -1,3 +1,5 @@ +#! /usr/bin/python3 + import os import argparse import shutil @@ -172,4 +174,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main()