TD-6162 repaire error in demo.py (#7422)
This commit is contained in:
parent
d31f23f6d5
commit
c3d19d52c9
|
@ -2,7 +2,7 @@ import taos
|
|||
|
||||
conn = taos.connect(host='127.0.0.1',
|
||||
user='root',
|
||||
passworkd='taodata',
|
||||
password='taosdata',
|
||||
database='log')
|
||||
cursor = conn.cursor()
|
||||
|
||||
|
|
Loading…
Reference in New Issue