OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › OSPi interval program – ospi_addon problems › Re: Re: OSPi interval program – ospi_addon problems
July 23, 2013 at 11:27 am
#24903
paintycan
Participant
It was missing from the examples, but you need to include the file name in the ospi.urls.extend statement. It should look like this:
ospi.urls.extend()
That worked for me, at least.