From 6543989c3a42f7d2f3530d3763c1f1f9cf955783 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Wed, 3 Aug 2022 20:29:13 +0800 Subject: [PATCH] crash --- Difficult_Rocket/crash/crash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Difficult_Rocket/crash/crash.py b/Difficult_Rocket/crash/crash.py index 1655100..7493db0 100644 --- a/Difficult_Rocket/crash/crash.py +++ b/Difficult_Rocket/crash/crash.py @@ -66,7 +66,7 @@ def markdown_line_handler(string: Optional[str or bool or int or float], code: b def to_code(string: str): - return '`' + string + '`' + return f'`{string}`' def create_crash_report(info: str = None) -> None: