django-toosimple-q
django-toosimple-q copied to clipboard
Error when run on Windows - Signal USR1
Hi,
Im gettings this error on Windows:
File "C:\Users\rebec\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\django_toosimple_q\management\commands\worker.py", line 71, in handle
signal.signal(signal.SIGUSR1, self.handle_signal)
^^^^^^^^^^^^^^
AttributeError: module 'signal' has no attribute 'SIGUSR1'
Can you fix it?
Thanks.