Merge branch 'docs/sheyj-3.0' of github.com:taosdata/TDengine into docs/sheyj-3.0

This commit is contained in:
sheyanjie-qq 2024-08-14 16:25:43 +08:00
commit 0ea45c49cb
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ if __name__ == "__main__":
seek_offset(consumer)
commit_offset(consumer)
consumer.unsubscribe()
print("Consumer unsubscribed successfully.");
print("Consumer unsubscribed successfully.")
except Exception as err:
print(f"Failed to execute consumer example, ErrMessage:{err}")
finally: