mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 11:53:08 +00:00
Fix black formatting
This commit is contained in:
parent
b6d041a770
commit
0005423a92
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ NOTIFY_CMD = "/usr/local/bin/terminal-notifier -title '{title}' -subtitle '{subt
|
|||
if _os_name == _linux:
|
||||
RECORD_CMD = "ffmpeg -f alsa -i default -ar 22050 -b:a 32k '{file_path}'"
|
||||
else:
|
||||
RECORD_CMD = "ffmpeg -f avfoundation -i default -ar 22050 -b:a 32k '{file_path}'"
|
||||
RECORD_CMD = (
|
||||
"ffmpeg -f avfoundation -i default -ar 22050 -b:a 32k '{file_path}'"
|
||||
)
|
||||
|
||||
# TODO: use mailcap instead of editor
|
||||
LONG_MSG_CMD = "vim -c 'startinsert' {file_path}"
|
||||
|
|
Loading…
Reference in a new issue