diff --git a/main.py b/main.py index d7057a7..3f94f6e 100644 --- a/main.py +++ b/main.py @@ -40,7 +40,7 @@ for fname in glob.glob('./webs/**/*.zip'): shutil.move(f'{dist_loc}/{dirs}', dist_loc) shutil.rmtree(f'{dist_loc}/{root_zip_dir}') - html_path_list.append(f'
  • {owners} (/{owner})
  • ') + html_path_list.append(f'
  • {owners} (/{owner})
  • ') with open('template.html', 'r') as template: @@ -50,4 +50,4 @@ with open('template.html', 'r') as template: str_path_list = '\n'.join(html_path_list) final_index.write(template_text.replace('{{LIST}}', str_path_list)) -print('Todo listo') \ No newline at end of file +print('Todo listo')