add password control

This commit is contained in:
Qijun Gu
2021-10-04 12:08:41 -05:00
parent c82fea480d
commit 6cae892d24
4 changed files with 100 additions and 13 deletions

View File

@ -15,6 +15,7 @@ class Screen():
def __init__(self):
self.FPS = 10
self.screenbuf = ""
self.password = ""
if ver==2:
self.screenfile = StringIO.StringIO()
elif ver==3: