diff options
Diffstat (limited to 'client/modules/Weather.py')
| -rw-r--r-- | client/modules/Weather.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/modules/Weather.py b/client/modules/Weather.py index b57991b..3bfad71 100644 --- a/client/modules/Weather.py +++ b/client/modules/Weather.py @@ -6,7 +6,7 @@ import urllib import feedparser import requests import bs4 -from app_utils import getTimezone +from client.app_utils import getTimezone from semantic.dates import DateService WORDS = ["WEATHER", "TODAY", "TOMORROW"] |
