From 145b36a7bdff14c69a3e47ddd71e6c5ab7ddd152 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Tue, 14 Apr 2020 11:43:33 +0200 Subject: [PATCH] Replace test value --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0b3ae39..9416d06 100644 --- a/main.py +++ b/main.py @@ -128,7 +128,7 @@ def main(): def test(): # simple method to deal with unexpected exceptions on the fly :( - test_from_value = '=?UNKNOWN?Q?Nat=E1lia?= Reis via DBWorld ' + test_from_value = '=?UNKNOWN?Q?=E1?= Foo ' logger.info(f"Begin of test().") test_instance = SuspiciousFrom() test_instance.header('from', test_from_value)