Add succesfull message

This commit is contained in:
Adrien Beudin 2018-02-28 15:32:58 +01:00
parent 0854f36c62
commit d08904b419

View File

@ -634,6 +634,8 @@ def main():
build_index(settings, front_page_galleries_cover, templates)
CACHE.cache_dump()
if DEFAULTS['test'] == True:
okgreen("Succes", "HTML file building without error")
if __name__ == '__main__':
main()