Skip to content

Cleaning up *..mp3 #21

Description

@mat-v

I believe I found a bug in line 55 of get_trygoogle.py:

#Cleanup any mp3 files created in this directory.
rmcmd = 'rm -f ' + ramdrive + '*.' + tail

In line 21 of alarm.config we find the following value for tail:

tail=.mp3

I found the issue in the code above because I heard my 'That's all for now' greeting twice. This problem After a reboot. In the command line in found the following output when I ran my code:

cleaning up now
rm -f /mnt/ram/*..mp3

Disclaimer: I am completely new to coding and Github, hence I am not sure how to report a bug properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions