diff --git a/main.py b/main.py index cf5c41c..29d7503 100644 --- a/main.py +++ b/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 "

500 Internal Server Error

".encode()