Open
Description
If I send a message which only includes a number, for example "Notify(Game.time)" the python script crashes here:
because the function requires a string, but recieves a number.
A possible fix would be "str(notification)", which works for strings and numbers. I don't know if the other modules are also affected.
Metadata
Metadata
Assignees
Labels
No labels