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: