forked from Firepup650/python-talk
Formatting
This commit is contained in:
parent
6fe10ef349
commit
833038c477
1 changed files with 3 additions and 2 deletions
|
@ -89,6 +89,7 @@ if not saveLogs:
|
|||
if len(G.remoteID) > 16:
|
||||
G.remoteID = G.remoteID[:15]
|
||||
|
||||
|
||||
def raw(string: str) -> str:
|
||||
s = string.strip()
|
||||
s = f"{s!r}"[1:-1].replace("\\\\", "\\")
|
||||
|
|
Loading…
Reference in a new issue