summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Guégan <manzerbredes@mailbox.org>2025-07-27 16:23:40 +0200
committerLoïc Guégan <manzerbredes@mailbox.org>2025-07-27 16:23:40 +0200
commitc78aac6a9308474b197f16dd75b2d8f286f65cdd (patch)
tree0650ad8528871113d616cca90cb60403c217c42c
parent68783a2d6118c367734d42700cfb423246943c75 (diff)
Minor changes
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index a04c279..802c328 100755
--- a/main.py
+++ b/main.py
@@ -50,7 +50,7 @@ def formatevents(d):
_e=events[e]
if (not _e["hidden"]) and (_e["date"].date() == d.date() or matchrepeat(d, e)):
if len(output)!=0:
- output+="\n"
+ output+="\n\n"
if _ccal["show_time"] and _e["start"] is not None:
output+=gettime(_e["start"])+"-"+gettime(_e["end"])+"\n"
if _ccal["show_room"] and _e["room"] is not None: