use short version string on bootscreen

This commit is contained in:
Kevin Hester
2021-05-03 09:50:06 +08:00
parent f40c6f21d4
commit 218d841511
4 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -3,5 +3,5 @@ import configparser
from readprops import readProps
verStr = readProps('version.properties')
print(f"{verStr}")
verObj = readProps('version.properties')
print(f"{verObj['long']}")