This commit is contained in:
Marco Castelluccio 2017-10-30 22:38:14 +00:00
Родитель 5a84145ac5
Коммит 4bd7b59cbd
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -46,6 +46,7 @@ def __trend_handler(default_trend, json, data):
def __bug_handler(json, data):
for bug in json['bugs']:
print('Got bug %.' % bug['id'])
data.append(bug)