Add spacing

This commit is contained in:
samwiseg0 2018-12-27 12:33:35 -05:00
parent 3dd3a2c732
commit e7ac122db3

View file

@ -40,7 +40,7 @@ class GeoIPHandler(object):
self.logger.error("Could not find GeoLite2 DB as: %s", self.dbfile) self.logger.error("Could not find GeoLite2 DB as: %s", self.dbfile)
self.download() self.download()
dbdate = date.fromtimestamp(stat(self.dbfile).st_ctime) 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_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) first_wednesday_date = date(today.year, today.month, first_wednesday_day)