diff frontends/src/jp/cmd_blog.py @ 2284:4fd010f29f99

jp (blog, event): added checkURI to some command to be able to enter a xmpp: uri as argument
author Goffi <goffi@goffi.org>
date Thu, 29 Jun 2017 20:36:35 +0200
parents 4bc9a2c2d6c9
children 760df3a58c24
line wrap: on
line diff
--- a/frontends/src/jp/cmd_blog.py	Thu Jun 29 20:35:07 2017 +0200
+++ b/frontends/src/jp/cmd_blog.py	Thu Jun 29 20:36:35 2017 +0200
@@ -260,6 +260,7 @@
         self.host.quit(C.EXIT_BRIDGE_ERRBACK)
 
     def start(self):
+        common.checkURI(self.args)
         self.host.bridge.mbGet(
             self.args.service,
             self.args.node,