Skip to content
  • hausken @hauskens ·

    Thanks for the script! I just wanted to mention that it does not handle floats.

    Fixed by simply adding isinstance(o, float) at end of line 61, ie if isinstance(o, str) or isinstance(o, bool) or isinstance(o, int) or isinstance(o, float):

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment