removing extra fonts, fixing domain names and the email

This commit is contained in:
ngn
2023-11-13 20:15:32 +03:00
parent ab8cff6265
commit 5fc2a49f24
23 changed files with 6 additions and 7 deletions

View File

@ -99,7 +99,7 @@ def remove_post() -> None:
print(f"[-] Error removing post: {res['error']}")
return
print("[-] Post has been deleted")
print("[-] Post has been removed")
def add_service() -> None:
token = get_token()
@ -132,7 +132,7 @@ def remove_service() -> None:
print(f"[-] Error removing service: {res['error']}")
return
print("[+] Serivce has been added")
print("[+] Serivce has been removed")
cmds = {
"login": login,