From 356c85ba38a0e0656887ad810eb14a0aa3021d22 Mon Sep 17 00:00:00 2001 From: nopnop2002 Date: Wed, 16 Nov 2022 20:07:01 +0900 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2ac4da7..44e8516 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,8 @@ python3 can.py ``` You can specify the number of lines to display and the port number. +The default port number is 8000 and the default number of display lines is 20. +Redisplay every 5 seconds. ![can2http-tornado](https://user-images.githubusercontent.com/6020549/202159913-74fab7ef-d95c-4774-8432-ceceac24af4e.jpg) @@ -190,6 +192,7 @@ python3 can.py ``` You can specify the number of lines to display and the port number. +The default port number is 8000 and the default number of display lines is 20. Redisplay every 5 seconds. ![can2http-flask](https://user-images.githubusercontent.com/6020549/202159650-65d30531-060e-4276-ac7f-529b33052b04.jpg)