Prowl library error

I think the Prowl library has an error.

simply adding on the agent side
#require “Prowl.class.nut:1.0.0”

I get error
Syntax error (line 1): expected ‘)’ or ‘,’ in file ‘prowl.class.nut:1.0.0’ row 18 col 50

Any ideas ?

This issue has been fixed in v1.0.1 of the library.

use this statement instead:
#require “Prowl.class.nut:1.0.1”

source code for this updated version can be found here:

Thank you, it works