-
This commit is contained in:
7
Kodi/Lenovo/addons/weather.openmeteo/service.py
Normal file
7
Kodi/Lenovo/addons/weather.openmeteo/service.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from lib import service
|
||||
from lib import config
|
||||
|
||||
if (__name__ == '__main__'):
|
||||
config.init(cache=True)
|
||||
service.Main()
|
||||
|
||||
Reference in New Issue
Block a user