From 133f01a0ecb4d879be0b09fe3910efe893c0e4d7 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 1 Jul 2023 14:58:21 +0100 Subject: [PATCH] Add shebang to look-busy.py and make executable --- look-busy.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 look-busy.py diff --git a/look-busy.py b/look-busy.py old mode 100644 new mode 100755 index 24e9796..ac0cceb --- a/look-busy.py +++ b/look-busy.py @@ -1,3 +1,5 @@ +#!/bin/python3 + from wakepy import keepawake import pyautogui import time