Browse Source

Merge fb588667dc into 9280d0e7ea

pull/387/merge
0xflotus 3 months ago
committed by GitHub
parent
commit
77a280b68c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
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