From fc6d6c4cc961dc7772e9855a73ac7b53b082b51e Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Tue, 30 May 2017 01:44:10 -0400 Subject: [PATCH] remove exec from stream.py --- stream.py | 2 -- 1 file changed, 2 deletions(-) mode change 100755 => 100644 stream.py diff --git a/stream.py b/stream.py old mode 100755 new mode 100644 index 6595207..1f10d9e --- a/stream.py +++ b/stream.py @@ -1,5 +1,3 @@ -#! /bin/python - # this entire module is lovingly based on the gst-launch tool kindly provided # by the gstreamer wizards themselves...with unecessary crap cut out