From f525482ff501f91b4687cf3bd8fae48d09314c09 Mon Sep 17 00:00:00 2001 From: viktorholk Date: Sun, 10 Mar 2024 14:02:19 +0100 Subject: [PATCH 1/2] Added missing permission for android version 13^ --- android/app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index b1a4c54..19cab00 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -3,6 +3,7 @@ package="com.viktorholk.apipushnotifications"> + Date: Sun, 10 Mar 2024 14:02:36 +0100 Subject: [PATCH 2/2] begone --- api/app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/app.py b/api/app.py index 40a0929..28cbc41 100644 --- a/api/app.py +++ b/api/app.py @@ -4,9 +4,6 @@ from flask import Flask, jsonify, request app = Flask(__name__) -# I just prefer that the data attribute comes after the status and message in the response ⊂(◉‿◉)つ -app.json.sort_keys = False - # Setup the config and make sure the file is present CONFIG_FILE = 'config.ini'