Update produce.py

This commit is contained in:
Ivan Blinkov 2019-11-01 19:10:15 +03:00 committed by GitHub
parent ac7fb00849
commit 659b467290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,7 @@ def main():
client.flush()
client.close()
return 0
if __name__ == "__main__":