diff options
| -rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
