Script urllib2.urlopen not working on Kodi Matrix

Hi,

Google search hit this:

Suggests

Changing:

To:

import urllib.request
urllib.request.urlopen('http://ohab3:8080/basicui/CMD?LichtKodi=OFF')

Should work.

Thanks Tom.