diff options
| author | bloodstalker <thabogre@gmail.com> | 2019-05-03 09:44:26 +0000 |
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2019-05-03 09:44:26 +0000 |
| commit | 2fedd5c844c3e3659da3ec2778c2733cc7114efe (patch) | |
| tree | 2e91b5fae0b262cc4af3d7c1a4b77c9bfa448db0 | |
| parent | update (diff) | |
| download | kaminokumo-2fedd5c844c3e3659da3ec2778c2733cc7114efe.tar.gz kaminokumo-2fedd5c844c3e3659da3ec2778c2733cc7114efe.zip | |
update
| -rwxr-xr-x | kaminokumo | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,9 @@ def premain(argparser): if mrg(url["5"]): print ("ls ", end="") vocalize(os.path.expanduser("~") + "/scripts/mila/lisaup.ogg") + if mrg(url["6"]): + print ("vv ", end="") + #vocalize(os.path.expanduser("~") + "/scripts/mila/lisaup.ogg") def main(): argparser = Argparser() |
