aboutsummaryrefslogtreecommitdiff
path: root/tanken.py
diff options
context:
space:
mode:
Diffstat (limited to 'tanken.py')
-rw-r--r--tanken.py1
1 files changed, 1 insertions, 0 deletions
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: