From 64ab240a8ac582c1af0e1e641e48e546ee7620d0 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Wed, 6 Nov 2024 21:52:06 -0600 Subject: [PATCH] fix: Need a space for the token to work --- src/ReVancedBuilder/Notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReVancedBuilder/Notifications.py b/src/ReVancedBuilder/Notifications.py index 170ee45..b5e7acc 100644 --- a/src/ReVancedBuilder/Notifications.py +++ b/src/ReVancedBuilder/Notifications.py @@ -57,7 +57,7 @@ def send_notif(appstate, error=False): 'Title': encoded_title} try: token = config[entry]['token'] - headers['Authorization'] = 'Bearer' + token + headers['Authorization'] = 'Bearer ' + token except: continue try: