X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst;h=beff5c9cf497a2bc9d9ac35577a9bc4981833590;hp=156868f803217d508c03e5e0a3717b10f963ee04;hb=5988f0d232e7d2a6721584193dc343ef9c802988;hpb=bf3f318f863f844f2446b55731d61c66424e8ff8 diff --git a/sst b/sst index 156868f..beff5c9 100755 --- a/sst +++ b/sst @@ -18,7 +18,7 @@ on how to modify (and how not to modify!) this code. # pylint: disable=multiple-imports import os, sys, math, curses, time, pickle, copy, gettext, getpass -import getopt, socket, locale +import getopt, socket, locale, getpass import codecs # This import only works on Unixes. The intention is to enable @@ -6241,6 +6241,7 @@ def setpassword(): proutn(_("Please type in a secret password- ")) scanner.nexttok() game.passwd = scanner.token + #game.passwd = getpass.getpass("Please type in a secret password- ") if game.passwd is not None: break else: