From 8427a64c60f127aa7ff38dd09f4dfc426e791693 Mon Sep 17 00:00:00 2001 From: Ben D Date: Tue, 1 Feb 2022 02:17:29 -0800 Subject: [PATCH] added f"" --- e911_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )