From b7e8b83c8dbf6fe94c3c7e995e81904b4c7ad7d8 Mon Sep 17 00:00:00 2001 From: Christopher Usher Date: Fri, 17 Nov 2023 15:24:33 -0800 Subject: [PATCH] corrected shift names --- graphs/graphs/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphs/graphs/main.py b/graphs/graphs/main.py index d5d7ebe..1bc13de 100644 --- a/graphs/graphs/main.py +++ b/graphs/graphs/main.py @@ -148,8 +148,8 @@ def main(donation_url_template, base_dir='.'): timeout = 15 shifts = [['Zeta Shift', 0, 6], - ['Alpha Flight', 6, 12], - ['Dawn Guard', 12, 18], + ['Dawn Guard', 6, 12], + ['Alpha Flight', 12, 18], ['Night Watch', 18, 24]] # First load data required