This commit is contained in:
parent
15f369446c
commit
005372497c
4
.gitignore
vendored
4
.gitignore
vendored
@ -129,4 +129,6 @@ dmypy.json
|
||||
# Pyre type checker
|
||||
.pyre/
|
||||
|
||||
.idea/
|
||||
.idea/
|
||||
*.wav
|
||||
*.log
|
@ -46,7 +46,7 @@ def main() -> None:
|
||||
Main function
|
||||
:return:
|
||||
"""
|
||||
listofabcsignaprocessors = [SoundSignalProcessor()]
|
||||
listofabcsignaprocessors = (SoundSignalProcessor())
|
||||
loopingtimer = LoopingTimer(function=timer_tick, args=[listofabcsignaprocessors], interval=config.TICK_INTERVAL)
|
||||
loopingtimer.start()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user