Skip to content

Commit a4562ad

Browse files
committed
Fixed Example errors
1 parent 8fed719 commit a4562ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ NOTE: Detailed examples can also be found in the [examples](./examples/) folder.
7777
### Create server connection
7878

7979
```python
80-
import kepconfig.connection
80+
from kepconfig import connection
8181

8282
server = connection.server(host = '127.0.0.1', port = 57412, user = 'Administrator', pw = '')
8383

@@ -123,7 +123,7 @@ tag_info = [
123123
}
124124
]
125125
tag_path = '{}.{}.{}'.format(ch_name, dev_name, tag_group_path)
126-
result = tag.add_tag(server, tag_path, tag_info))
126+
result = tag.add_tag(server, tag_path, tag_info)
127127

128128
```
129129

0 commit comments

Comments
 (0)