Fix connection worker call

This commit is contained in:
Klaus-Uwe Mitterer 2017-09-19 23:02:29 +02:00
parent b4fdde183e
commit 21481bbae8

View file

@ -48,7 +48,7 @@ def application(env, re):
return
try:
output = workers.conn.worker(frm, to, count, date, time, mode)
output = workers.conn.worker(frm, to, count, outtime, mode)
except Exception as e:
re("500 Internal Server Error", [])
yield "<h1>500 Internal Server Error</h1>".encode()