From e7ac122db319b37e3712311820856a787c68f84a Mon Sep 17 00:00:00 2001 From: samwiseg0 Date: Thu, 27 Dec 2018 12:33:35 -0500 Subject: [PATCH] Add spacing --- varken/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varken/helpers.py b/varken/helpers.py index 492cebf..beae9af 100644 --- a/varken/helpers.py +++ b/varken/helpers.py @@ -40,7 +40,7 @@ class GeoIPHandler(object): self.logger.error("Could not find GeoLite2 DB as: %s", self.dbfile) self.download() dbdate = date.fromtimestamp(stat(self.dbfile).st_ctime) - + first_wednesday_day = [week[2:3][0] for week in monthcalendar(today.year, today.month) if week[2:3][0] != 0][0] first_wednesday_date = date(today.year, today.month, first_wednesday_day)