Finished resolving of commits.

translation-badges
Kyle Anthony Williams 2020-12-18 22:52:07 -05:00
parent 080fe1a01f
commit 6251e4eb3b
1 changed files with 8 additions and 11 deletions

View File

@ -55,8 +55,6 @@ def main(loc, colorscheme):
for operating_sys in oslist:
i = 1
# Required string to create directory title pages
dir_title = "<h2 class=title-dir>" + \
operating_sys.capitalize() + "</h2></body></html>"
@ -92,8 +90,7 @@ def main(loc, colorscheme):
group.append(HTML("htmlout.html").render())
print("Rendered page {} of the directory {}".format(
str(i), operating_sys))
i += 1
str(page_number), operating_sys))
allmd.clear()