summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2025-01-06 01:22:19 +0100
committererdgeist <erdgeist@erdgeist.org>2025-01-06 01:22:19 +0100
commitcd949628c403d42a3cf58333a8b752f7b186fa81 (patch)
treee5bb119056f5c258a2eccf8080c2cd064d9c9875
parent03006fdbc95633a99e91c8a8b6b82f33169eaf28 (diff)
Be less verbose
-rwxr-xr-xhalfnarp2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/halfnarp2.py b/halfnarp2.py
index 827055a..a6f4d1c 100755
--- a/halfnarp2.py
+++ b/halfnarp2.py
@@ -58,7 +58,6 @@ def get_own_preferences(uid):
58 58
59@app.route("/-/talkpreferences/", methods=["POST"]) 59@app.route("/-/talkpreferences/", methods=["POST"])
60def store_preferences(): 60def store_preferences():
61 print(request.json)
62 try: 61 try:
63 content = request.json 62 content = request.json
64 talk_ids = content["talk_ids"] 63 talk_ids = content["talk_ids"]