Added version details

This commit is contained in:
giomba 2018-11-03 16:39:02 +01:00
parent 9c7ec28729
commit 9c751f97c5
2 changed files with 3 additions and 1 deletions

View File

@ -3,3 +3,5 @@ import configparser
# Read configuration files (latest files in list override previous settings)
conf = configparser.ConfigParser()
conf.read(['conf/conf.ini', 'conf/conf.custom.ini'])
version = '1811.alpha'

View File

@ -66,7 +66,7 @@ def getHTML(library):
table = ET.Element('table')
h1 = ET.Element('h1')
title.text = h1.text = 'TPDF - Tellico Parser anD Finder'
title.text = h1.text = 'TPDF - Tellico Parser anD Finder ' + glob.version
tree._setroot(html)
html.append(head)