From 908f733701a51f0d02eb535a8d79f6efe5684135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Gra=C4=8Danin?= <35041118+mgracanin@users.noreply.github.com> Date: Fri, 19 May 2023 15:52:52 +0200 Subject: [PATCH] Update __init__.py --- __init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/__init__.py b/__init__.py index e7a1a53..370dc0d 100644 --- a/__init__.py +++ b/__init__.py @@ -4,10 +4,6 @@ from pathlib import Path ''' https://www.asciimation.co.nz/ -var temp = document.createElement('a'); -temp.href = URL.createObjectURL(new Blob([film.join('\n')], { type: 'text/plain' })); -temp.download = 'starwars.txt'; -temp.click(); ''' starwars_file_path = (f"{Path(__file__).parent}/starwars.txt")