mirror of https://github.com/janLo/punkow
Make sure data is stripped
This commit is contained in:
parent
67fb250963
commit
b18a76ed28
|
|
@ -79,7 +79,7 @@ class BookingService(object):
|
|||
if not self.sensitive:
|
||||
logging.debug(" %s: %s", title, desc)
|
||||
|
||||
meta[title] = desc
|
||||
meta[title] = desc.strip()
|
||||
|
||||
return meta
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue