Add shebang to look-busy.py and make executable

This commit is contained in:
2023-07-01 14:58:21 +01:00
parent e362739232
commit 133f01a0ec

2
look-busy.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/bin/python3
from wakepy import keepawake
import pyautogui
import time