mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -04:00
fix COMMIT_HASH missing error
This commit is contained in:
parent
17b35496cc
commit
e20eb52f15
2 changed files with 4 additions and 1 deletions
|
@ -16,6 +16,8 @@ from api.auth import API_AUTH_METHODS
|
|||
from ..config import VERSION, COMMIT_HASH
|
||||
|
||||
|
||||
COMMIT_HASH = COMMIT_HASH or 'unknown'
|
||||
|
||||
html_description=f'''
|
||||
<h3>Welcome to your ArchiveBox server's REST API <code>[v1 ALPHA]</code> homepage!</h3>
|
||||
<br/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue