freelamb / simple_http_server

simple http server for upload and download
MIT License
164 stars 98 forks source link

AttributeError: module 'signal' has no attribute 'SIGHUP' #10

Closed arianaa30 closed 2 years ago

arianaa30 commented 3 years ago

I'm on Python 3.8 on Windows 10, but get this error when running:

AttributeError: module 'signal' has no attribute 'SIGHUP'

freelamb commented 2 years ago

fixbug for windows error, version: 0.2.1

Thanks.