Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9bddd3e

Browse files
committedJun 28, 2017
修改端口地址
1 parent 7985364 commit 9bddd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
import litefs
77
litefs = litefs.Litefs(
8-
address='localhost:9090', webroot='./site', debug=True
8+
address='localhost:8080', webroot='./site', debug=True
99
)
1010
litefs.run(timeout=2.)

0 commit comments

Comments
 (0)
Please sign in to comment.