Skip to content

Commit

Permalink
Automatic welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tremeschin committed May 20, 2024
1 parent db59064 commit 2806e37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion SpectroNote/SpectroNote.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@define
class SpectroNoteScene(ShaderScene):
"""🎧 Piano-Perfect Audio Spectrogram. Unlock a hidden Absolute Pitch in you. Lightning fast, reliable, customizable."""
"""🎧 Piano-Perfect Audio Spectrogram. Unlock a hidden Absolute Pitch in you. Lightning fast, reliable, customizable"""
__name__ = "SpectroNote"

# Scene parameters
Expand Down
2 changes: 0 additions & 2 deletions SpectroNote/__main__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import sys

from Broken import BrokenProfiler
from SpectroNote import SPECTRONOTE
from SpectroNote.SpectroNote import SpectroNoteScene


def main():
with BrokenProfiler("SPECTRONOTE"):
SPECTRONOTE.welcome()
spectronote = SpectroNoteScene()
spectronote.cli(sys.argv[1:])

Expand Down

0 comments on commit 2806e37

Please sign in to comment.