From 4ec036da38c4af8b903d9bfeffcb42621a337f55 Mon Sep 17 00:00:00 2001 From: ultrageranium Date: Mon, 23 Apr 2018 00:42:23 +0200 Subject: [PATCH] email template --- call.py | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/call.py b/call.py index 2cc0547..1f78794 100755 --- a/call.py +++ b/call.py @@ -26,4 +26,24 @@ def make_call(): return text -print(textwrap.fill(make_call())) +call = ''' +Sorry for >< please >> + +/// + +Piet Zwart Institute Experimental Publishing (XPUB) + +/// + +%s + +/// + +Applications Deadline: May 15 2018 +https://xpub.nl + +/// +''' % (textwrap.fill(make_call())) + +print(call) +