From 7db05f656515f89e837efdc2661363c131f3a6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Thu, 31 Oct 2019 17:49:38 +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 bb8bcc7..51136dd 100755 --- a/rank_photos.py +++ b/rank_photos.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 """ Matplotlib based photo ranking system using the Elo rating system.