On 4/19/2023 4:06 PM, Mark Bourne wrote: >> >> print(f'{LIMIT}) > > ^ I think this one should be: > > print(f'{LIMIT}') > > with the closing quote ;o) Yup a typo! Where's pylint when I need it?