The analogue of Python's None in Julia is nothing (which will get converted to None on the Python side), whereas None in Julia is a completely different object (an empty type union, in fact).
So, try just passing nothing (without the quotes) instead of None.
