From 43411089822eb48dd2507f73eac7ecb69ace07b4 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Mon, 5 Oct 2020 12:09:19 +0200 Subject: [PATCH] fixing bugs for Python 3.8 --- ordr3/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ordr3/services.py b/ordr3/services.py index 236fbaa..c5bc50b 100644 --- a/ordr3/services.py +++ b/ordr3/services.py @@ -12,7 +12,7 @@ CONSUMABLE_STATI = {models.OrderStatus.ORDERED, models.OrderStatus.COMPLETED} MSG_SHORT_PASSWORD = events.FlashMessage.warning( - f"Your password is quite short.", + "Your password is quite short.", ( 'Have a look at ' "this comic strip why longer passwords are better."