diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-08 22:04:03 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-08 22:04:03 +0000 |
commit | f4a0a686c4bf0d3b67054d77c1c57e2312152533 (patch) | |
tree | 35f46953b086300d41318c842906548c9a36e9fd | |
parent | update (diff) | |
download | kaminokumo-f4a0a686c4bf0d3b67054d77c1c57e2312152533.tar.gz kaminokumo-f4a0a686c4bf0d3b67054d77c1c57e2312152533.zip |
update
-rwxr-xr-x | kaminokumo | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,9 @@ def premain(argparser): if mrg(url["4"]): print ("red", end="") vocalize(os.path.expanduser("~") + "/scripts/mila/annaup.ogg") + if mrg(url["5"]): + print ("ls", end="") + vocalize(os.path.expanduser("~") + "/scripts/mila/lisaup.ogg") def main(): argparser = Argparser() |