From cab65d27202fc032a577e2ced1448b5e4641a328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Thu, 31 Oct 2019 17:46:03 +0000 Subject: [PATCH] Update rank_photos.py --- rank_photos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rank_photos.py b/rank_photos.py index 6a8c993..bb8bcc7 100755 --- a/rank_photos.py +++ b/rank_photos.py @@ -1,4 +1,4 @@ -#! /bin/env python3 +#! /usr/bin/env python3 """ Matplotlib based photo ranking system using the Elo rating system.