Updated Fallout.py

As per the new version of Python these changes were required to comply with the syntax changes
This commit is contained in:
Dalton 2021-05-19 07:49:57 -05:00 committed by GitHub
parent 1c1215325f
commit daa930fce0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,7 @@ if boot.beginBoot(hard):
pwd = hack.beginLogin() pwd = hack.beginLogin()
if pwd != None: if pwd != None:
login.beginLogin(hard, 'ADMIN', pwd) login.beginLogin(hard, 'ADMIN', pwd)
print select.beginSelection() print(select.beginSelection())
else: else:
locked.beginLocked() locked.beginLocked()
print 'Login failed' print('Login failed')