We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when running on python3 you need to wrap print statements in ()
second any execution results in the 'disconnected' error message.
[2021-05-06 12:37:32 -0400] [3821223] [INFO] Starting gunicorn 20.0.4 [2021-05-06 12:37:32 -0400] [3821223] [INFO] Listening at: http://10.1.19.10:8000 (3821223) [2021-05-06 12:37:32 -0400] [3821223] [INFO] Using worker: flask_sockets.worker [2021-05-06 12:37:32 -0400] [3821227] [INFO] Booting worker with pid: 3821227 received {'hostname': 'www.google.com', 'protocol': 'ICMP', 'no_dns': False} disconnected received {'hostname': 'www.google.com', 'protocol': 'ICMP', 'version': '4', 'no_dns': False} disconnected
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when running on python3 you need to wrap print statements in ()
second any execution results in the 'disconnected' error message.
[2021-05-06 12:37:32 -0400] [3821223] [INFO] Starting gunicorn 20.0.4
[2021-05-06 12:37:32 -0400] [3821223] [INFO] Listening at: http://10.1.19.10:8000 (3821223)
[2021-05-06 12:37:32 -0400] [3821223] [INFO] Using worker: flask_sockets.worker
[2021-05-06 12:37:32 -0400] [3821227] [INFO] Booting worker with pid: 3821227
received {'hostname': 'www.google.com', 'protocol': 'ICMP', 'no_dns': False}
disconnected
received {'hostname': 'www.google.com', 'protocol': 'ICMP', 'version': '4', 'no_dns': False}
disconnected
The text was updated successfully, but these errors were encountered: