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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user