Similar to % in #21 the ( character is used for padding when using multiple 1 (so instead of "11" we get " 1 1 " (but without a full space), see
|
if not varinit.settings["clocktime"]: all[1] = "1(1(" if all[1] == "11" else all[1] |
We should use a different character than ( for this so ( can be used for other apps since ( is pretty common.
Similar to
%in #21 the(character is used for padding when using multiple1(so instead of"11"we get" 1 1 "(but without a full space), seematrixbox/apps/departures/functions.py
Line 1088 in bbd52f4
We should use a different character than
(for this so(can be used for other apps since(is pretty common.