diff --git a/docs/generator.py b/docs/generator.py index 2738bf3..104f5d1 100644 --- a/docs/generator.py +++ b/docs/generator.py @@ -73,7 +73,7 @@ if __name__ == "__main__": catalog += '\n\nOBUS Catalog\n' catalog += '\n' catalog += '\n' - catalog += '\n' + catalog += '\n' catalog += '\n' # Add scroll to top button @@ -111,6 +111,6 @@ if __name__ == "__main__": # print(catalog) - with open('catalog_test.html', 'w') as test_file: + with open('catalog_generated.html', 'w') as test_file: test_file.write(catalog)