diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-06 19:06:03 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-06 19:06:03 +0000 |
commit | 883c791e75fdb25ee74149f970994bd92c6e23bd (patch) | |
tree | c85513ee1de44dc4ea79c44503b58c2c7608f36d | |
parent | update (diff) | |
download | kaminokumo-883c791e75fdb25ee74149f970994bd92c6e23bd.tar.gz kaminokumo-883c791e75fdb25ee74149f970994bd92c6e23bd.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | kaminokumo | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -54,9 +54,11 @@ def premain(argparser): print ("obk", end="") vocalize(os.path.expanduser("~") + "/scripts/mila/obkup.ogg") if mrg(url["3"]): - print ("ddd") + print ("ddd", end="") + vocalize(os.path.expanduser("~") + "/scripts/mila/dddup.ogg") if mrg(url["4"]): - print ("red") + print ("red", end="") + vocalize(os.path.expanduser("~") + "/scripts/mila/annaup.ogg") def main(): argparser = Argparser() |