Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41614545 authored by Felix Ableitner's avatar Felix Ableitner
Browse files

fix typo

parent 8912ec98
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ class MyHandler(BaseHTTPRequestHandler):
        print(f'status code: {r.status_code}')
        # TODO: check status code

        self.respond(200, json.dumps({'success', True}))
        self.respond(200, json.dumps({'success': True}))

    def respond(self, status: int, message: str):
        print(f'sending response status {status}, message {message}')