This commit is contained in:
shenjack 2022-08-03 20:29:13 +08:00
parent 4f2e3b7245
commit 6543989c3a

View File

@ -66,7 +66,7 @@ def markdown_line_handler(string: Optional[str or bool or int or float], code: b
def to_code(string: str): def to_code(string: str):
return '`' + string + '`' return f'`{string}`'
def create_crash_report(info: str = None) -> None: def create_crash_report(info: str = None) -> None: