From 6c41810d6c9318c6ade0c6e27b236e1c5b3c356d Mon Sep 17 00:00:00 2001 From: Luke Ogburn <21106956+logburn@users.noreply.github.com> Date: Wed, 13 Apr 2022 23:10:14 -0400 Subject: [PATCH] testing --- helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.py b/helper.py index 4e8eb6f..6e2b62c 100644 --- a/helper.py +++ b/helper.py @@ -55,7 +55,7 @@ class helper(): # timedelta of timestamp stamp_delta = datetime.fromtimestamp(ts1) stamp_delta = datetime.now() - stamp_delta - print(" ts_older: {stamp_delta} > {hours_delta}") + print(f" ts_older: {stamp_delta} > {hours_delta}") return stamp_delta > hours_delta # returns True if place hasn't had a post in the past 12 hours according