diff options
| author | Vosjedev <vosje@vosjedev.net> | 2025-11-02 13:56:16 +0100 |
|---|---|---|
| committer | Vosjedev <vosje@vosjedev.net> | 2025-11-02 13:56:16 +0100 |
| commit | 60749b5099a8ba1d63e8cc313c451c8a4001a078 (patch) | |
| tree | fc3aef71225a0cd8317efd4147b9d345378068d0 /src/acit/util.py | |
| parent | 29989aface3276d36851c8601ea599ffbeaac471 (diff) | |
| download | acit-60749b5099a8ba1d63e8cc313c451c8a4001a078.tar.gz acit-60749b5099a8ba1d63e8cc313c451c8a4001a078.tar.bz2 acit-60749b5099a8ba1d63e8cc313c451c8a4001a078.tar.xz | |
Too much (I tried to split it up but it won't work)
Diffstat (limited to 'src/acit/util.py')
| -rw-r--r-- | src/acit/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/acit/util.py b/src/acit/util.py index e4e346c..7e89e6d 100644 --- a/src/acit/util.py +++ b/src/acit/util.py @@ -18,7 +18,7 @@ def lookahead(iterable): # https://stackoverflow.com/a/1630350 yield last, True def email2html(mailtext:str,extraclasses=""): - print(mailtext) + #print(mailtext) from html import escape res='<section class="email %s"><p>'%extraclasses mail=escape(mailtext).replace("\n\n","</p><p>").replace("\n","<br>") |
