From 9d56dbbfdb33be319e1c3e1f31ef1771b7d98407 Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Sun, 16 Jul 2017 22:46:33 +0100 Subject: [PATCH] Add shebang to top of file --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 50c6f7a..e0aa9f3 100644 --- a/main.py +++ b/main.py @@ -1,3 +1,5 @@ +#!/usr/bin/python3 + import os import time