This commit is contained in:
Louis Heredero 2023-07-13 14:48:07 +02:00
parent 9262aaf955
commit 6ddda29300

View File

@ -247,7 +247,7 @@ def main():
for event in events[1:]: for event in events[1:]:
events_emits_dec.append( events_emits_dec.append(
emit_dec.replace("{event}", event).replace("{Event}", event.capitalize()) emit_dec.replace("{event}", event).replace("{Event}", ucfirst(event))
) )
variables["EVENTS_EMITS_DEC"] = "\n\n".join(events_emits_dec) variables["EVENTS_EMITS_DEC"] = "\n\n".join(events_emits_dec)