mirror of
https://github.com/ytisf/theZoo.git
synced 2026-07-28 14:47:23 -07:00
@@ -51,7 +51,7 @@ class EULA:
|
||||
notice += '|infect your machines with live and dangerous malwares! |\n'
|
||||
notice += '|___________________________________________________________________________|\n'
|
||||
print(red(notice))
|
||||
eula_answer = raw_input(
|
||||
eula_answer = input(
|
||||
'Type YES in captial letters to accept this EULA.\n > ')
|
||||
if eula_answer == 'YES':
|
||||
new = open(globals.vars.eula_file, 'a')
|
||||
|
||||
Reference in New Issue
Block a user