HID Input: listen on IPv6

This commit is contained in:
Petr Kracik 2020-06-07 13:37:45 +02:00
parent 33bc12cb8a
commit 50ab6c43fc

View File

@ -1 +1 @@
uwsgi --http :8001 --gevent 1000 --http-websockets --master --wsgi-file hidinput.py --callable app
uwsgi --http [::]:8001 --gevent 1000 --http-websockets --master --wsgi-file hidinput.py --callable app