mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-20 21:54:10 -04:00
don't echo password to stdout...
This commit is contained in:
parent
2b9afa775e
commit
bd7d47fcea
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class SynapseCmd(cmd.Cmd):
|
||||||
user = "@" + user + ":" + self._domain()
|
user = "@" + user + ":" + self._domain()
|
||||||
|
|
||||||
reactor.callFromThread(self._do_login, user, p)
|
reactor.callFromThread(self._do_login, user, p)
|
||||||
print " got %s " % p
|
#print " got %s " % p
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print e
|
print e
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue