From d464a20370520238aa75b3455d5ff035f150aa94 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 27 Oct 2017 19:00:46 +0200 Subject: fix tanken hopfully the last time --- tanken.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tanken.py') diff --git a/tanken.py b/tanken.py index 4685fee..501978b 100644 --- a/tanken.py +++ b/tanken.py @@ -3,6 +3,7 @@ def tanken(drives, cost): passagers = {} distance = 0. + drives = [d.split(' ') for d in drives] for d in drives: try: -- cgit v1.2.3