From aa7f2c7a3761b542ea62a7f41a959564061ca8b1 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 13 Oct 2013 13:34:23 +0300 Subject: [PATCH] changed default python interpretor --- motioneye.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye.py b/motioneye.py index 61cef10..adb4c7e 100755 --- a/motioneye.py +++ b/motioneye.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python import datetime import inspect -- 2.39.5