BO 1.33 training program

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-11-11 21:16:12 +01:00
parent 60927674ee
commit 3a429e714b
13 changed files with 133 additions and 33 deletions
@@ -55,10 +55,12 @@ class FCM:
return "Registration token is null"
try:
if image_url == None or self.image_base == None:
notification_image_url = self.logo_url
''' if image_url == None or self.image_base == None:
notification_image_url = self.logo_url
else:
notification_image_url = self.image_base + '/' + image_url
'''
print(f'image: {notification_image_url}' )