mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 17:33:09 +01:00
general: Fix comment
This commit is contained in:
parent
12f9211cd4
commit
d8d0297d89
@ -108,7 +108,7 @@ def disown(*cmd):
|
|||||||
|
|
||||||
|
|
||||||
def msg(input_msg, quiet):
|
def msg(input_msg, quiet):
|
||||||
"""Print to the terminal and a libnotify
|
"""Print to the terminal and display a libnotify
|
||||||
notification."""
|
notification."""
|
||||||
if not quiet:
|
if not quiet:
|
||||||
disown("notify-send", input_msg)
|
disown("notify-send", input_msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user