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