Use 2 spaces instead of tab

This commit is contained in:
Govindas 2022-01-21 13:09:43 +02:00
parent 09acb1a9fc
commit acf1a5a097
1 changed files with 32 additions and 33 deletions

View File

@ -26,7 +26,6 @@ if os.path.exists("./navbar"):
for line in navbarfile.readlines():
split = line.strip().split(";", 1)
navbar = navbar + "<li><a href='" + split[1] + "'>" + split[0] + "</a></li>"
print(navbar)
else:
print("No 'navbar' file found, there will be no navigation bar.")