crash
This commit is contained in:
parent
4f2e3b7245
commit
6543989c3a
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user