Hi,
(amazing code btw, thanks a ton!)
Noticed a small typo while diving into the code -> get_segments() requires the name of a segment as argument and returns all segments of that type. I think in the example just iterating over the segments is meant.
Hi, (amazing code btw, thanks a ton!) Noticed a small typo while diving into the code ->
get_segments()
requires the name of a segment as argument and returns all segments of that type. I think in the example just iterating over thesegments
is meant.Cheers