diff --git a/.gitignore b/.gitignore index 6750abd..79fe5be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ music.mp3 venv -**__pycache__** \ No newline at end of file +**__pycache__** +**.idea** \ No newline at end of file diff --git a/last_words/lyrics.py b/last_words/lyrics.py index e9133d0..c4840ed 100644 --- a/last_words/lyrics.py +++ b/last_words/lyrics.py @@ -110,7 +110,7 @@ def lyrics(): sleep(2) write_with_delay("song: Last Words of a Shooting Star\n", 0.05) sleep(2) - write_with_delay("made with love my maciel", 0.05) + write_with_delay("made with love by maciel", 0.05) sleep(7) def _test():