mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-02 22:50:47 -05:00
don't echo password to stdout...
This commit is contained in:
parent
2b9afa775e
commit
bd7d47fcea
@ -194,7 +194,7 @@ class SynapseCmd(cmd.Cmd):
|
||||
user = "@" + user + ":" + self._domain()
|
||||
|
||||
reactor.callFromThread(self._do_login, user, p)
|
||||
print " got %s " % p
|
||||
#print " got %s " % p
|
||||
except Exception as e:
|
||||
print e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user