1
0
Fork 0

Blog current year

pull/2/head
Noah 2015-07-09 23:23:44 -07:00
Ursprung 2015530338
Commit 447711e995
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -29,6 +29,9 @@ class ConfigHandler(object):
basedir=basedir
)
self.photo.root_private = self.photo.root_private.format(basedir=basedir)
self.blog.copyright = self.blog.copyright.format(
year=datetime.datetime.utcnow().strftime("%Y")
)
def print_settings(self):
"""Pretty-print the contents of the configuration."""