Update __init__.py

This commit is contained in:
Matija Gračanin 2023-05-19 15:52:52 +02:00 committed by GitHub
parent c77a41d7be
commit 908f733701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")