From cd3a695815076959b8c2ea015f112687df593259 Mon Sep 17 00:00:00 2001 From: ddyeakley Date: Thu, 23 Jul 2015 16:42:52 -0400 Subject: [PATCH] Fixed more typos --- autoremote.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/autoremote.py b/autoremote.py index 2060ccf..8e6510d 100644 --- a/autoremote.py +++ b/autoremote.py @@ -61,16 +61,15 @@ if __name__ == "__main__": if args.url: _url = args.url else: - _url="[YOUR AUTORUN URL]" + _url="[YOUR AUTOREMOTE URL]" if args.msg: _msg = args.msg else: - #pc.send("say 5=:=This is a Autoremote test!") - pc.send("notify Test=:=This is a Autoremote test!") + #_msg= "say 5=:=This is a Autoremote test!" + _msg="notify Test=:=This is a Autoremote test!" ar=autoremote(url=_url) ar.register(name=_name) - ar.send(_msg)