Skip to content
Snippets Groups Projects
Commit 473cd869 authored by Pascal Engeler's avatar Pascal Engeler
Browse files

Commented out a line

parent aacd3b87
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,6 @@ class Element: ...@@ -9,5 +9,6 @@ class Element:
myobj = {"text":message,"username":"Zygote"} myobj = {"text":message,"username":"Zygote"}
try: try:
requests.post(self.url, json=myobj) requests.post(self.url, json=myobj)
#print(myobj["text"])
except: except:
print("Failed to send message.") print("Failed to send message.")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment