0xflotus 1 year ago
committed by GitHub
parent
commit
1bd4126ad2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -4016,7 +4016,7 @@ python -m SimpleHTTPServer 8000

###### Static HTTP web server with SSL support

```bash
```py
# Python 3.x
from http.server import HTTPServer, BaseHTTPRequestHandler
import ssl


Loading…
Cancel
Save