Fix unparsable python files
This commit is contained in:
parent
cfec65c40a
commit
391701f02f
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class AirtimeApiClient:
|
|||
'independent_event': current['independent_event'],
|
||||
}
|
||||
|
||||
result['{}_0'.format(end.isoformat()] = {
|
||||
result['{}_0'.format(end.isoformat())] = {
|
||||
'type': 'stream_output_end',
|
||||
'start': current['end'],
|
||||
'end': current['end'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue