From 6862691b6babe21cf8964018e52d43ffb3aa467e Mon Sep 17 00:00:00 2001 From: Daan Koning Date: Tue, 22 Nov 2022 17:51:14 +0100 Subject: [PATCH] Made dictionary keys a bit more descriptive --- logic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic.py b/logic.py index f697187..3304bbc 100644 --- a/logic.py +++ b/logic.py @@ -51,7 +51,7 @@ def process_data(matches: Iterable, include_started_matches: bool = True) -> Gen yield { "match_name": match_name, "match_start_time": start_time, - "time_to_start": time_to_start, + "hours_to_start": time_to_start, "league": league, "best_outcome_odds": best_odd_per_outcome, "total_implied_odds": total_implied_odds,