From edafa542809160a63c0cf15e64f37ab3179bd094 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:53:26 +0200 Subject: [PATCH] Update __init__.py --- __init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 370dc0d..bf46d71 100644 --- a/__init__.py +++ b/__init__.py @@ -2,8 +2,7 @@ from asyncio import sleep from pathlib import Path ''' -https://www.asciimation.co.nz/ - +ASCII Art from https://www.asciimation.co.nz/ ''' starwars_file_path = (f"{Path(__file__).parent}/starwars.txt")