Fix unparsable python files

This commit is contained in:
jo 2021-05-27 15:17:42 +02:00 committed by Kyle Robbertze
parent cfec65c40a
commit 391701f02f

View file

@ -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'],