aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-08-06 19:06:03 +0000
committerbloodstalker <thabogre@gmail.com>2018-08-06 19:06:03 +0000
commit883c791e75fdb25ee74149f970994bd92c6e23bd (patch)
treec85513ee1de44dc4ea79c44503b58c2c7608f36d
parentupdate (diff)
downloadkaminokumo-883c791e75fdb25ee74149f970994bd92c6e23bd.tar.gz
kaminokumo-883c791e75fdb25ee74149f970994bd92c6e23bd.zip
update
-rwxr-xr-xkaminokumo6
1 files changed, 4 insertions, 2 deletions
diff --git a/kaminokumo b/kaminokumo
index 5053fb0..4b14d5a 100755
--- a/kaminokumo
+++ b/kaminokumo
@@ -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()