Fix connection worker call
This commit is contained in:
parent
b4fdde183e
commit
21481bbae8
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue