From f24e650c19a1b8862a64749c42dd6b8092765d0c Mon Sep 17 00:00:00 2001 From: hmj6502 Date: Fri, 19 Dec 2025 10:46:49 +0000 Subject: add shebang --- display.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 display.py (limited to 'display.py') diff --git a/display.py b/display.py old mode 100644 new mode 100755 index e5b9bda..1aa7b58 --- a/display.py +++ b/display.py @@ -1,3 +1,4 @@ +#!/usr/bin/python3 # displays stats as graph. assumes csv is in chronological order, with no # overlapping sessions. as initial test: make a bar chart for time spent per # tag, for every day -- cgit v1.2.3