diff options
author | Edi Feschiyan <edi.feschiyan@konsulko.com> | 2020-06-08 13:43:13 +0300 |
---|---|---|
committer | Edi Feschiyan <edi.feschiyan@konsulko.com> | 2020-06-09 09:30:14 +0300 |
commit | 03471f59045bba8b61d1e3056d75178fe297b57a (patch) | |
tree | 86d6cac6b01975b5cba165e06cd2c35827aefef7 /weather.py | |
parent | c01603b57d97eba4aac9e62aca9f22da77a2ada0 (diff) |
Completed audiomixer api
Diffstat (limited to 'weather.py')
-rw-r--r-- | weather.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |