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