From c3fb0a63e1eaa422b1ce12bf87d7f23b1e4abfea Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:54:56 +0700 Subject: [PATCH] Update executor.py --- heroku/modules/executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heroku/modules/executor.py b/heroku/modules/executor.py index e42f994..4bb7f6c 100644 --- a/heroku/modules/executor.py +++ b/heroku/modules/executor.py @@ -124,4 +124,4 @@ class Executor(loader.Module): if res or res == 0 or res == False and res is not None: result += self.string["res_return"].format(res={res}) - return await utils.answer(message, self.strings["result"].format(code={code}, result={result}, time=round({stop_time} - {start_time}, 5))) \ No newline at end of file + return await utils.answer(message, self.strings["result"].format(code={code}, result={result}, time={round(stop_time - start_time, 5}))) \ No newline at end of file