Skip to content

Commit 5d69d72

Browse files
committed
rename to webserver.py
1 parent 49de795 commit 5d69d72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Make sure you start with an empty collection and configure your token and
44
collection. (THINGSDB_AUTH_TOKEN and THINGSDB_COLLECTION)
55
6-
Start the `bookstore.py` multiple times on different ports, for example:
6+
Start the `webserver.py` multiple times on different ports, for example:
77
8-
python bookstore.py 5050
9-
python bookstore.py 5051
8+
python webserver.py 5050
9+
python webserver.py 5051
1010
1111
Call the `add_book` handler on the one of the web servers (For example 5050)
1212
```

0 commit comments

Comments
 (0)