Skip to content

Commit ed64d3f

Browse files
authored
Update ics_to_discourse.py
removed UI tagging because it was doing more harm than good
1 parent 6c1a2a9 commit ed64d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ics_to_discourse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def _norm_loc(x): return norm_location(x or "")
629629
tags = set()
630630
tags.update(_norm_tags(DEFAULT_TAGS))
631631
tags.update(_norm_tags(args.static_tags))
632-
tags.add(uid_tag)
632+
#tags.add(uid_tag)
633633
tags = sorted(tags)
634634

635635
title = summary

0 commit comments

Comments
 (0)