Formatting

This commit is contained in:
Firepup Sixfifty 2024-07-16 21:45:26 +00:00
parent 6fe10ef349
commit 833038c477
Signed by: Firepup650
SSH key fingerprint: SHA256:U0Zp8EhEe3CMqFSrC79CqatzaEiL4sjta80/RSX2XrY

View file

@ -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("\\\\", "\\")