close at the end

This commit is contained in:
2021-04-25 13:11:10 +02:00
parent bc9d2493a9
commit b69d6032b2
3 changed files with 3 additions and 2 deletions

View File

@ -27,3 +27,4 @@ except KeyboardInterrupt:
dt[dts] +=1
for key in dt:
print(key,",",dt[key])
consumer.close()