fixed #3
This commit is contained in:
parent
9262aaf955
commit
6ddda29300
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user