diff --git a/e911_helper.py b/e911_helper.py index f8fac95..24620e0 100644 --- a/e911_helper.py +++ b/e911_helper.py @@ -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 )