change to message box

This commit is contained in:
rootzoll 2020-05-25 03:48:13 +02:00
parent 67df44cba9
commit 174a1b7cdf

View File

@ -578,7 +578,7 @@ More information on the service you can find under:
host['terms_of_service'],
host['terms_of_service_url'])
code = d.scrollbox(text, title=host['name'], ok_label="Back", extra_button=True, extra_label="AGREE" ,width=60)
code = d.msgbox(text, title=host['name'], ok_label="Back", extra_button=True, extra_label="AGREE" ,width=60)
# if user AGREED break loop and continue with selected host
if code == "extra": break