summaryrefslogtreecommitdiffstats
path: root/weather.py
diff options
context:
space:
mode:
Diffstat (limited to 'weather.py')
-rw-r--r--weather.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/weather.py b/weather.py
index 22c2646..ef1461a 100644
--- a/weather.py
+++ b/weather.py
@@ -1,8 +1,5 @@
import asyncio
-from random import randint
-import json
from aglbaseservice import AGLBaseService
-msgq = {}
class WeatherService(AGLBaseService):
@@ -27,4 +24,4 @@ async def main():
if __name__ == '__main__':
loop = asyncio.get_event_loop()
- loop.run_until_complete(main()) \ No newline at end of file
+ loop.run_until_complete(main())