From 7190fad94d03318fbd8644cbe71743c5009180a2 Mon Sep 17 00:00:00 2001 From: Fotoente Date: Sun, 20 Feb 2022 14:05:59 +0100 Subject: [PATCH] Fixed typo --- miceco.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/miceco.py b/miceco.py index 7085bdf..acbb791 100644 --- a/miceco.py +++ b/miceco.py @@ -235,8 +235,8 @@ else: text += reactText -print(text) -""" +# print(text) + try: req = requests.post(url + "/notes/create", json={ "i": token, @@ -246,5 +246,4 @@ try: req.raise_for_status() except requests.exceptions.HTTPError as err: print("Couldn't create Posts! " + str(err)) - sys.exit(1) -""" \ No newline at end of file + sys.exit(1) \ No newline at end of file