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) +