CC-4796: Listener Stat: Authentication exception happens but no warning message on UI
- done
This commit is contained in:
parent
6d48e1faf0
commit
1263c04621
8 changed files with 62 additions and 10 deletions
|
@ -383,3 +383,7 @@ class AirtimeApiClient(object):
|
|||
# TODO : users of this method should do their own error handling
|
||||
response = self.services.push_stream_stats(_post_data={'data': json.dumps(data)})
|
||||
return response
|
||||
|
||||
def update_stream_setting_table(self, data):
|
||||
response = self.services.update_stream_setting_table(_post_data={'data': json.dumps(data)})
|
||||
return response
|
Loading…
Add table
Add a link
Reference in a new issue