aboutsummaryrefslogtreecommitdiffstats
path: root/weather.py
diff options
context:
space:
mode:
authorEdi Feschiyan <edi.feschiyan@konsulko.com>2020-06-08 13:43:13 +0300
committerEdi Feschiyan <edi.feschiyan@konsulko.com>2020-06-09 09:30:14 +0300
commit03471f59045bba8b61d1e3056d75178fe297b57a (patch)
tree86d6cac6b01975b5cba165e06cd2c35827aefef7 /weather.py
parentc01603b57d97eba4aac9e62aca9f22da77a2ada0 (diff)
Completed audiomixer api
Diffstat (limited to 'weather.py')
-rw-r--r--weather.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weather.py b/weather.py
index de0223f..f3c02d0 100644
--- a/weather.py
+++ b/weather.py
@@ -21,7 +21,7 @@ class WeatherService(AGLBaseService):
async def main():
args = WeatherService.parser.parse_args()
- aws = await WeatherService(ip=args.ipaddr)
+ aws = await WeatherService(ip=args.ipaddr, port=args.port)
if args.current:
id = await aws.current_weather()
resp = AFBResponse(await aws.response())