mirror of
https://github.com/mgracanin/ASCIIStarWars.git
synced 2026-04-24 11:16:22 +02:00
Update __init__.py
This commit is contained in:
parent
c77a41d7be
commit
908f733701
1 changed files with 0 additions and 4 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue