added f""

This commit is contained in:
Ben D
2022-02-01 02:17:29 -08:00
parent 47501d9319
commit 8427a64c60

View File

@@ -1250,7 +1250,7 @@ if __name__ == "__main__":
show_disclaimer()
disclaimer_accepted = (
input(
"Do you accept the disclaimer? You must enter {Colors.BOLD}'ACCEPT'{Colors.END} in all capitals: "
f"Do you accept the disclaimer? You must enter {Colors.BOLD}'ACCEPT'{Colors.END} in all capitals: "
)
or disclaimer_accepted
)