diff options
Diffstat (limited to 'examples/IoT_TestDevice.py')
-rwxr-xr-x | examples/IoT_TestDevice.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/IoT_TestDevice.py b/examples/IoT_TestDevice.py index 795d782a..17041956 100755 --- a/examples/IoT_TestDevice.py +++ b/examples/IoT_TestDevice.py @@ -152,7 +152,7 @@ if __name__ == '__main__': if opts.jid is None: opts.jid = input("Username: ") if opts.password is None: - opts.password = getpass.getpass("Password: ") + opts.password = getpass("Password: ") xmpp = IoT_TestDevice(opts.jid,opts.password) |