Added brackets

Added brackets to print function
This commit is contained in:
lfield 2019-07-05 17:02:27 +02:00 committed by GitHub
parent ac31522dbf
commit 9a960e592e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ except:
try:
os.system('cd '+proot+'/html/ops; ./generate_account_ownership_keys.php')
except:
print '''Couldn't generate account ownership keypair'''
print ('''Couldn't generate account ownership keypair''')
print ('''Done installing default daemons.''')