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