summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorPiotr Bartoszewicz <piotrek15.pb@gmail.com>2025-06-08 11:45:53 +0200
committerPiotr Bartoszewicz <piotrek15.pb@gmail.com>2025-06-08 11:45:53 +0200
commit90aa8fc0eace6a0117fde26c5345c30a2761d843 (patch)
tree3b09889c0a30583d7277bc7734a16112e7fc8379 /assets
parentcolours: fix switching (diff)
downloadcaelestia-shell-90aa8fc0eace6a0117fde26c5345c30a2761d843.tar.gz
caelestia-shell-90aa8fc0eace6a0117fde26c5345c30a2761d843.tar.bz2
caelestia-shell-90aa8fc0eace6a0117fde26c5345c30a2761d843.zip
fix: hardcoded interpreter paths
Diffstat (limited to 'assets')
-rwxr-xr-xassets/realtime-beat-detector.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/realtime-beat-detector.py b/assets/realtime-beat-detector.py
index dfecad6..0f4f54a 100755
--- a/assets/realtime-beat-detector.py
+++ b/assets/realtime-beat-detector.py
@@ -1,4 +1,4 @@
-#!/bin/python
+#!/usr/bin/env python
import pyaudio
import numpy as np