4815162342lost / steam_gifts_bot

bot for http://www.steamgifts.com/
GNU General Public License v3.0
32 stars 6 forks source link

Add 'beep' as dependency on wiki #1

Closed xDShot closed 7 years ago

xDShot commented 7 years ago

Not all distros have this pre-installed, so I was getting error:

Traceback (most recent call last): File "sg.py", line 360, in do_beep("coockie_exept") File "sg.py", line 313, in do_beep call(["beep", "-l 2000", "-f 1900", "-r 3"]) File "/usr/lib/python3.5/subprocess.py", line 557, in call with Popen(_popenargs, *_kwargs) as p: File "/usr/lib/python3.5/subprocess.py", line 947, in init restore_signals, start_new_session) File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child raise child_exception_type(errno_num, err_msg) FileNotFoundError: [Errno 2] No such file or directory: 'beep'

until I noticed that I don't have this binary at all.

4815162342lost commented 7 years ago

Done.

xDShot commented 7 years ago

Thanks :)