summaryrefslogtreecommitdiff
path: root/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.py')
-rw-r--r--helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers.py b/helpers.py
index c46e652..8ff2b96 100644
--- a/helpers.py
+++ b/helpers.py
@@ -153,7 +153,7 @@ def split_concerts(concerts, threshold):
cutoff = i
break
- return reversed(concerts[:cutoff]), concerts[cutoff:]
+ return concerts[:cutoff], concerts[cutoff:]
_TOUCHUPS = (