1
0
mirror of https://github.com/janLo/punkow synced 2026-06-19 15:38:00 +00:00

Make sure data is stripped

This commit is contained in:
2019-01-21 22:16:32 +01:00
parent 67fb250963
commit b18a76ed28
+1 -1
View File
@@ -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