Merge pull request #21968 from taosdata/docs/sunpeng/fix-example-in-python-document

docs: fix-example-in-python-document
This commit is contained in:
wade zhang 2023-07-06 09:51:13 +08:00 committed by GitHub
commit 85782bbff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,4 +55,4 @@ def taos_get_assignment_and_seek_demo():
if __name__ == '__main__':
taos_get_assignment_and_seek_demo
taos_get_assignment_and_seek_demo()