From 2751450471261ea0ae2bda29c200f489e9e5229b Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Wed, 18 Jun 2025 21:08:30 +0200 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')