Hellios·12 ปีที่แล้ว·discussYou can increase the recursion limit like this:import syssys.setrecursionlimit(x)Kind of a "hackish" way to do things but you can do it if you need to.
import sys
sys.setrecursionlimit(x)
Kind of a "hackish" way to do things but you can do it if you need to.