minor update

This commit is contained in:
Blaise Tine 2021-07-31 03:30:35 -07:00
parent 79fd92a1b4
commit 3b7da61245
5 changed files with 12 additions and 24 deletions

View file

@ -240,7 +240,7 @@ def expand_text(text, params):
iter = 0
while True:
if iter > 99:
if iter > 65536:
raise Exception("Macro recursion!")
has_func = False
while True: