add branch info

This commit is contained in:
Vladimir Mandic
2024-03-17 20:04:15 -04:00
parent fc5caecb11
commit 13e228c88e
+1
View File
@@ -927,6 +927,7 @@ def get_version():
'app': 'sd.next',
'updated': updated,
'hash': githash,
'branch': branch_name,
'url': origin.replace('\n', '') + '/tree/' + branch_name.replace('\n', '')
}
except Exception: